Class: Quickfix::UnderlyingProvisionCashSettlPaymentDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingProvisionCashSettlPaymentDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDateOffsetDayType
constructor
A new instance of UnderlyingProvisionCashSettlPaymentDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDateOffsetDayType
Returns a new instance of UnderlyingProvisionCashSettlPaymentDateOffsetDayType.
59078 59079 59080 59081 59082 59083 59084 |
# File 'lib/quickfix_fields.rb', line 59078 def initialize(data = nil) if( data == nil ) super(42096) else super(42096, data) end end |
Class Method Details
.field ⇒ Object
59075 59076 59077 |
# File 'lib/quickfix_fields.rb', line 59075 def .field return 42096 end |