Class: Quickfix::UnderlyingPriceQuoteCurrencyCodeSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPriceQuoteCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPriceQuoteCurrencyCodeSource
constructor
A new instance of UnderlyingPriceQuoteCurrencyCodeSource.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPriceQuoteCurrencyCodeSource
Returns a new instance of UnderlyingPriceQuoteCurrencyCodeSource.
78812 78813 78814 78815 78816 78817 78818 |
# File 'lib/quickfix_fields.rb', line 78812 def initialize(data = nil) if( data == nil ) super(2920) else super(2920, data) end end |