Class: Quickfix::LegComplexEventPriceTimeType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegComplexEventPriceTimeType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventPriceTimeType
constructor
A new instance of LegComplexEventPriceTimeType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegComplexEventPriceTimeType
Returns a new instance of LegComplexEventPriceTimeType.
47599 47600 47601 47602 47603 47604 47605 |
# File 'lib/quickfix_fields.rb', line 47599 def initialize(data = nil) if( data == nil ) super(2231) else super(2231, data) end end |
Class Method Details
.field ⇒ Object
47596 47597 47598 |
# File 'lib/quickfix_fields.rb', line 47596 def LegComplexEventPriceTimeType.field return 2231 end |