Class: Quickfix::UnderlyingReturnRateValuationStartDateRelativeTo
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingReturnRateValuationStartDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationStartDateRelativeTo
constructor
A new instance of UnderlyingReturnRateValuationStartDateRelativeTo.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationStartDateRelativeTo
Returns a new instance of UnderlyingReturnRateValuationStartDateRelativeTo.
74132 74133 74134 74135 74136 74137 74138 |
# File 'lib/quickfix_fields.rb', line 74132 def initialize(data = nil) if( data == nil ) super(43015) else super(43015, data) end end |