Class: Quickfix::LegReturnRateValuationStartDateRelativeTo
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegReturnRateValuationStartDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateValuationStartDateRelativeTo
constructor
A new instance of LegReturnRateValuationStartDateRelativeTo.
Constructor Details
#initialize(data = nil) ⇒ LegReturnRateValuationStartDateRelativeTo
Returns a new instance of LegReturnRateValuationStartDateRelativeTo.
67398 67399 67400 67401 67402 67403 67404 |
# File 'lib/quickfix_fields.rb', line 67398 def initialize(data = nil) if( data == nil ) super(42515) else super(42515, data) end end |