Class: Quickfix::UnderlyingProvisionCashSettlValueDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingProvisionCashSettlValueDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlValueDateOffsetDayType
constructor
A new instance of UnderlyingProvisionCashSettlValueDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlValueDateOffsetDayType
Returns a new instance of UnderlyingProvisionCashSettlValueDateOffsetDayType.
59260 59261 59262 59263 59264 59265 59266 |
# File 'lib/quickfix_fields.rb', line 59260 def initialize(data = nil) if( data == nil ) super(42110) else super(42110, data) end end |
Class Method Details
.field ⇒ Object
59257 59258 59259 |
# File 'lib/quickfix_fields.rb', line 59257 def .field return 42110 end |