Class: Quickfix::ComplexEventPriceTimeType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ComplexEventPriceTimeType
Returns a new instance of ComplexEventPriceTimeType.
19701 19702 19703 19704 19705 19706 19707 |
# File 'lib/quickfix_fields.rb', line 19701 def initialize(data = nil) if( data == nil ) super(1489) else super(1489, data) end end |
Class Method Details
.field ⇒ Object
19698 19699 19700 |
# File 'lib/quickfix_fields.rb', line 19698 def ComplexEventPriceTimeType.field return 1489 end |