Class: Quickfix::UnderlyingReturnRateQuoteCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingReturnRateQuoteCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteCurrency
constructor
A new instance of UnderlyingReturnRateQuoteCurrency.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteCurrency
Returns a new instance of UnderlyingReturnRateQuoteCurrency.
74522 74523 74524 74525 74526 74527 74528 |
# File 'lib/quickfix_fields.rb', line 74522 def initialize(data = nil) if( data == nil ) super(43045) else super(43045, data) end end |