Class: Quickfix::LegProvisionCashSettlValueDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegProvisionCashSettlValueDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionCashSettlValueDateOffsetDayType
constructor
A new instance of LegProvisionCashSettlValueDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegProvisionCashSettlValueDateOffsetDayType
Returns a new instance of LegProvisionCashSettlValueDateOffsetDayType.
34196 34197 34198 34199 34200 34201 34202 |
# File 'lib/quickfix_fields.rb', line 34196 def initialize(data = nil) if( data == nil ) super(40531) else super(40531, data) end end |
Class Method Details
.field ⇒ Object
34193 34194 34195 |
# File 'lib/quickfix_fields.rb', line 34193 def LegProvisionCashSettlValueDateOffsetDayType.field return 40531 end |