Class: Quickfix::ComplexEventDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ComplexEventDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventDateOffsetDayType
constructor
A new instance of ComplexEventDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ComplexEventDateOffsetDayType
Returns a new instance of ComplexEventDateOffsetDayType.
41086 41087 41088 41089 41090 41091 41092 |
# File 'lib/quickfix_fields.rb', line 41086 def initialize(data = nil) if( data == nil ) super(41024) else super(41024, data) end end |
Class Method Details
.field ⇒ Object
41083 41084 41085 |
# File 'lib/quickfix_fields.rb', line 41083 def ComplexEventDateOffsetDayType.field return 41024 end |