Class: Quickfix::UnderlyingReturnRateValuationDateRelativeTo
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingReturnRateValuationDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationDateRelativeTo
constructor
A new instance of UnderlyingReturnRateValuationDateRelativeTo.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationDateRelativeTo
Returns a new instance of UnderlyingReturnRateValuationDateRelativeTo.
74067 74068 74069 74070 74071 74072 74073 |
# File 'lib/quickfix_fields.rb', line 74067 def initialize(data = nil) if( data == nil ) super(43010) else super(43010, data) end end |