Class: Quickfix::UnderlyingComplexEventPriceTimeType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingComplexEventPriceTimeType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventPriceTimeType
constructor
A new instance of UnderlyingComplexEventPriceTimeType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventPriceTimeType
Returns a new instance of UnderlyingComplexEventPriceTimeType.
26851 26852 26853 26854 26855 26856 26857 |
# File 'lib/quickfix_fields.rb', line 26851 def initialize(data = nil) if( data == nil ) super(2051) else super(2051, data) end end |
Class Method Details
.field ⇒ Object
26848 26849 26850 |
# File 'lib/quickfix_fields.rb', line 26848 def UnderlyingComplexEventPriceTimeType.field return 2051 end |