Class: Quickfix::LegMarketDisruptionFallbackBasketCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegMarketDisruptionFallbackBasketCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegMarketDisruptionFallbackBasketCurrency
constructor
A new instance of LegMarketDisruptionFallbackBasketCurrency.
Constructor Details
#initialize(data = nil) ⇒ LegMarketDisruptionFallbackBasketCurrency
49016 49017 49018 49019 49020 49021 49022 |
# File 'lib/quickfix_fields.rb', line 49016 def initialize(data = nil) if( data == nil ) super(41479) else super(41479, data) end end |