Class: Quickfix::UnderlyingComplexEventCurrencyTwoCodeSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingComplexEventCurrencyTwoCodeSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventCurrencyTwoCodeSource
constructor
A new instance of UnderlyingComplexEventCurrencyTwoCodeSource.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventCurrencyTwoCodeSource
Returns a new instance of UnderlyingComplexEventCurrencyTwoCodeSource.
79189 79190 79191 79192 79193 79194 79195 |
# File 'lib/quickfix_fields.rb', line 79189 def initialize(data = nil) if( data == nil ) super(2949) else super(2949, data) end end |