Class: Quickfix::ComplexEventPeriodType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ComplexEventPeriodType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventPeriodType
constructor
A new instance of ComplexEventPeriodType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ComplexEventPeriodType
Returns a new instance of ComplexEventPeriodType.
40917 40918 40919 40920 40921 40922 40923 |
# File 'lib/quickfix_fields.rb', line 40917 def initialize(data = nil) if( data == nil ) super(41011) else super(41011, data) end end |
Class Method Details
.field ⇒ Object
40914 40915 40916 |
# File 'lib/quickfix_fields.rb', line 40914 def ComplexEventPeriodType.field return 41011 end |