Class: Quickfix::TickDirection

Inherits:
CharField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TickDirection

Returns a new instance of TickDirection.



6857
6858
6859
6860
6861
6862
6863
# File 'lib/quickfix_fields.rb', line 6857

def initialize(data = nil)
	if( data == nil )
		super(274)
	else
		super(274, data)
	end
end

Class Method Details

.fieldObject



6854
6855
6856
# File 'lib/quickfix_fields.rb', line 6854

def TickDirection.field
	return 274
end