Class: Quickfix::LegProvisionCashSettlPaymentDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegProvisionCashSettlPaymentDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionCashSettlPaymentDateOffsetDayType
constructor
A new instance of LegProvisionCashSettlPaymentDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegProvisionCashSettlPaymentDateOffsetDayType
Returns a new instance of LegProvisionCashSettlPaymentDateOffsetDayType.
34066 34067 34068 34069 34070 34071 34072 |
# File 'lib/quickfix_fields.rb', line 34066 def initialize(data = nil) if( data == nil ) super(40521) else super(40521, data) end end |
Class Method Details
.field ⇒ Object
34063 34064 34065 |
# File 'lib/quickfix_fields.rb', line 34063 def LegProvisionCashSettlPaymentDateOffsetDayType.field return 40521 end |