Class: Quickfix::ComplexEventCreditEventPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ComplexEventCreditEventPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventCreditEventPeriod
constructor
A new instance of ComplexEventCreditEventPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ComplexEventCreditEventPeriod
Returns a new instance of ComplexEventCreditEventPeriod.
40787 40788 40789 40790 40791 40792 40793 |
# File 'lib/quickfix_fields.rb', line 40787 def initialize(data = nil) if( data == nil ) super(41001) else super(41001, data) end end |
Class Method Details
.field ⇒ Object
40784 40785 40786 |
# File 'lib/quickfix_fields.rb', line 40784 def ComplexEventCreditEventPeriod.field return 41001 end |