Class: Quickfix::UnderlyingReturnRateFXCurrencySymbol
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingReturnRateFXCurrencySymbol
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateFXCurrencySymbol
constructor
A new instance of UnderlyingReturnRateFXCurrencySymbol.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateFXCurrencySymbol
Returns a new instance of UnderlyingReturnRateFXCurrencySymbol.
74340 74341 74342 74343 74344 74345 74346 |
# File 'lib/quickfix_fields.rb', line 74340 def initialize(data = nil) if( data == nil ) super(43031) else super(43031, data) end end |