Class: Quickfix::UnderlyingProvisionCashSettlPaymentDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingProvisionCashSettlPaymentDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDateRelativeTo
constructor
A new instance of UnderlyingProvisionCashSettlPaymentDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDateRelativeTo
Returns a new instance of UnderlyingProvisionCashSettlPaymentDateRelativeTo.
59039 59040 59041 59042 59043 59044 59045 |
# File 'lib/quickfix_fields.rb', line 59039 def initialize(data = nil) if( data == nil ) super(42093) else super(42093, data) end end |
Class Method Details
.field ⇒ Object
59036 59037 59038 |
# File 'lib/quickfix_fields.rb', line 59036 def .field return 42093 end |