Class: Quickfix::LegProvisionCashSettlPaymentDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegProvisionCashSettlPaymentDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionCashSettlPaymentDateRelativeTo
constructor
A new instance of LegProvisionCashSettlPaymentDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegProvisionCashSettlPaymentDateRelativeTo
Returns a new instance of LegProvisionCashSettlPaymentDateRelativeTo.
34027 34028 34029 34030 34031 34032 34033 |
# File 'lib/quickfix_fields.rb', line 34027 def initialize(data = nil) if( data == nil ) super(40518) else super(40518, data) end end |
Class Method Details
.field ⇒ Object
34024 34025 34026 |
# File 'lib/quickfix_fields.rb', line 34024 def LegProvisionCashSettlPaymentDateRelativeTo.field return 40518 end |