Class: Quickfix::LegComplexEventDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegComplexEventDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventDateOffsetDayType
constructor
A new instance of LegComplexEventDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegComplexEventDateOffsetDayType
Returns a new instance of LegComplexEventDateOffsetDayType.
47339 47340 47341 47342 47343 47344 47345 |
# File 'lib/quickfix_fields.rb', line 47339 def initialize(data = nil) if( data == nil ) super(41393) else super(41393, data) end end |
Class Method Details
.field ⇒ Object
47336 47337 47338 |
# File 'lib/quickfix_fields.rb', line 47336 def LegComplexEventDateOffsetDayType.field return 41393 end |