Class: Quickfix::ComplexEventCreditEventDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ComplexEventCreditEventDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventCreditEventDayType
constructor
A new instance of ComplexEventCreditEventDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ComplexEventCreditEventDayType
Returns a new instance of ComplexEventCreditEventDayType.
40813 40814 40815 40816 40817 40818 40819 |
# File 'lib/quickfix_fields.rb', line 40813 def initialize(data = nil) if( data == nil ) super(41003) else super(41003, data) end end |
Class Method Details
.field ⇒ Object
40810 40811 40812 |
# File 'lib/quickfix_fields.rb', line 40810 def ComplexEventCreditEventDayType.field return 41003 end |