Class: Quickfix::UnderlyingProvisionCashSettlValueDateOffsetDayType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingProvisionCashSettlValueDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlValueDateOffsetDayType
constructor
A new instance of UnderlyingProvisionCashSettlValueDateOffsetDayType.
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 |