def tag(count = 3000):
	Utils.gen_from_list(['Tag'], 'tag.txt', count)
def description(count = 3000):
	Utils.gen_from_list(['Description'], 'description.txt', count)
def comment(count = 3000):
	Utils.gen_from_list(['Comment'], 'comment.txt', count)
def tag_len(count = 3000):
	Utils.gen_from_list(['3'], 'tag_len.txt', count)
def comment_len(count = 3000):
	Utils.gen_from_list(['7'], 'comment_len.txt', count)
def duration(count = 3000):
	Utils.gen_from_list(['Good Till Cancel', 'Immediate or Cancel'], 'duration.txt', count)
def currency_pair(count = 3000):
	Utils.gen_from_list(['EUR/USD', 'GBP/USD', 'USD/CHF', 'USD/JPY', 'AUD/USD', 'USD/CAD', 'NZD/USD', 'USD/SEK', 'USD/NOK' ,'USD/SGD' ,'EUR/CHF' ,'EUR/GBP' ,'EUR/JPY', 'EUR/AUD', 'EUR/CAD', 'EUR/SEK', 'CHF/JPY', 'GBP/CHF', 'GBP/JPY', 'AUD/JPY'], 'currency_pair.txt', count)
def direction(count = 3000):
	Utils.gen_from_list(['Buy', 'Sell'], 'direction.txt', count)
def order_type(count = 3000):
	Utils.gen_from_list(['Market'], 'type.txt', count)