Class: Quickfix::TickRuleType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TickRuleType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TickRuleType
constructor
A new instance of TickRuleType.
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
.field ⇒ Object
14706 14707 14708 |
# File 'lib/quickfix_fields.rb', line 14706 def TickRuleType.field return 1209 end |