Class: Quickfix::ReturnRateQuoteCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ReturnRateQuoteCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReturnRateQuoteCurrency
constructor
A new instance of ReturnRateQuoteCurrency.
Constructor Details
#initialize(data = nil) ⇒ ReturnRateQuoteCurrency
70375 70376 70377 70378 70379 70380 70381 |
# File 'lib/quickfix_fields.rb', line 70375 def initialize(data = nil) if( data == nil ) super(42746) else super(42746, data) end end |