Class: Quickfix::ProvisionCashSettlPaymentDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ProvisionCashSettlPaymentDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionCashSettlPaymentDateRelativeTo
constructor
A new instance of ProvisionCashSettlPaymentDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ProvisionCashSettlPaymentDateRelativeTo
Returns a new instance of ProvisionCashSettlPaymentDateRelativeTo.
29451 29452 29453 29454 29455 29456 29457 |
# File 'lib/quickfix_fields.rb', line 29451 def initialize(data = nil) if( data == nil ) super(40165) else super(40165, data) end end |
Class Method Details
.field ⇒ Object
29448 29449 29450 |
# File 'lib/quickfix_fields.rb', line 29448 def ProvisionCashSettlPaymentDateRelativeTo.field return 40165 end |