Class: Quickfix::LegCashSettlDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegCashSettlDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCashSettlDateOffsetDayType
constructor
A new instance of LegCashSettlDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegCashSettlDateOffsetDayType
Returns a new instance of LegCashSettlDateOffsetDayType.
64616 64617 64618 64619 64620 64621 64622 |
# File 'lib/quickfix_fields.rb', line 64616 def initialize(data = nil) if( data == nil ) super(42304) else super(42304, data) end end |
Class Method Details
.field ⇒ Object
64613 64614 64615 |
# File 'lib/quickfix_fields.rb', line 64613 def LegCashSettlDateOffsetDayType.field return 42304 end |