Class: Quickfix::UnderlyingPriceQuoteCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPriceQuoteCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPriceQuoteCurrency
constructor
A new instance of UnderlyingPriceQuoteCurrency.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPriceQuoteCurrency
Returns a new instance of UnderlyingPriceQuoteCurrency.
21690 21691 21692 21693 21694 21695 21696 |
# File 'lib/quickfix_fields.rb', line 21690 def initialize(data = nil) if( data == nil ) super(1526) else super(1526, data) end end |