Class: Quickfix::UnderlyingCashSettlValuationFirstBusinessDayOffset
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingCashSettlValuationFirstBusinessDayOffset
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCashSettlValuationFirstBusinessDayOffset
constructor
A new instance of UnderlyingCashSettlValuationFirstBusinessDayOffset.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCashSettlValuationFirstBusinessDayOffset
Returns a new instance of UnderlyingCashSettlValuationFirstBusinessDayOffset.
58389 58390 58391 58392 58393 58394 58395 |
# File 'lib/quickfix_fields.rb', line 58389 def initialize(data = nil) if( data == nil ) super(42043) else super(42043, data) end end |