Class: Quickfix::ComplexEventPriceTimeType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ComplexEventPriceTimeType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventPriceTimeType
constructor
A new instance of ComplexEventPriceTimeType.
Constructor Details
#initialize(data = nil) ⇒ ComplexEventPriceTimeType
Returns a new instance of ComplexEventPriceTimeType.
18206 18207 18208 18209 18210 18211 18212 |
# File 'lib/quickfix_fields.rb', line 18206 def initialize(data = nil) if( data == nil ) super(1489) else super(1489, data) end end |
Class Method Details
.field ⇒ Object
18203 18204 18205 |
# File 'lib/quickfix_fields.rb', line 18203 def ComplexEventPriceTimeType.field return 1489 end |