Class: Quickfix::TickRuleType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TickRuleType

Returns a new instance of TickRuleType.



14709
14710
14711
14712
14713
14714
14715
# File 'lib/quickfix_fields.rb', line 14709

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

Class Method Details

.fieldObject



14706
14707
14708
# File 'lib/quickfix_fields.rb', line 14706

def TickRuleType.field
	return 1209
end