Class: Quickfix::UnderlyingComplexEventDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingComplexEventDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventDateOffsetDayType
constructor
A new instance of UnderlyingComplexEventDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventDateOffsetDayType
Returns a new instance of UnderlyingComplexEventDateOffsetDayType.
52422 52423 52424 52425 52426 52427 52428 |
# File 'lib/quickfix_fields.rb', line 52422 def initialize(data = nil) if( data == nil ) super(41743) else super(41743, data) end end |
Class Method Details
.field ⇒ Object
52419 52420 52421 |
# File 'lib/quickfix_fields.rb', line 52419 def UnderlyingComplexEventDateOffsetDayType.field return 41743 end |