Class: Quickfix::UnderlyingProvisionCashSettlValueDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingProvisionCashSettlValueDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlValueDateRelativeTo
constructor
A new instance of UnderlyingProvisionCashSettlValueDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlValueDateRelativeTo
Returns a new instance of UnderlyingProvisionCashSettlValueDateRelativeTo.
59221 59222 59223 59224 59225 59226 59227 |
# File 'lib/quickfix_fields.rb', line 59221 def initialize(data = nil) if( data == nil ) super(42107) else super(42107, data) end end |
Class Method Details
.field ⇒ Object
59218 59219 59220 |
# File 'lib/quickfix_fields.rb', line 59218 def .field return 42107 end |