Class: Quickfix::LegReturnRateFXCurrencySymbol
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegReturnRateFXCurrencySymbol
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateFXCurrencySymbol
constructor
A new instance of LegReturnRateFXCurrencySymbol.
Constructor Details
#initialize(data = nil) ⇒ LegReturnRateFXCurrencySymbol
Returns a new instance of LegReturnRateFXCurrencySymbol.
67606 67607 67608 67609 67610 67611 67612 |
# File 'lib/quickfix_fields.rb', line 67606 def initialize(data = nil) if( data == nil ) super(42531) else super(42531, data) end end |