Class: Quickfix::ProvisionCashSettlValueDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ProvisionCashSettlValueDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionCashSettlValueDateRelativeTo
constructor
A new instance of ProvisionCashSettlValueDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ProvisionCashSettlValueDateRelativeTo
Returns a new instance of ProvisionCashSettlValueDateRelativeTo.
28840 28841 28842 28843 28844 28845 28846 |
# File 'lib/quickfix_fields.rb', line 28840 def initialize(data = nil) if( data == nil ) super(40118) else super(40118, data) end end |
Class Method Details
.field ⇒ Object
28837 28838 28839 |
# File 'lib/quickfix_fields.rb', line 28837 def ProvisionCashSettlValueDateRelativeTo.field return 40118 end |