Class: Quickfix::LegProvisionCashSettlValueDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegProvisionCashSettlValueDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionCashSettlValueDateRelativeTo
constructor
A new instance of LegProvisionCashSettlValueDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegProvisionCashSettlValueDateRelativeTo
Returns a new instance of LegProvisionCashSettlValueDateRelativeTo.
34157 34158 34159 34160 34161 34162 34163 |
# File 'lib/quickfix_fields.rb', line 34157 def initialize(data = nil) if( data == nil ) super(40528) else super(40528, data) end end |
Class Method Details
.field ⇒ Object
34154 34155 34156 |
# File 'lib/quickfix_fields.rb', line 34154 def LegProvisionCashSettlValueDateRelativeTo.field return 40528 end |