Class: Quickfix::ComplexEventCurrencyTwoCodeSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ComplexEventCurrencyTwoCodeSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventCurrencyTwoCodeSource
constructor
A new instance of ComplexEventCurrencyTwoCodeSource.
Constructor Details
#initialize(data = nil) ⇒ ComplexEventCurrencyTwoCodeSource
Returns a new instance of ComplexEventCurrencyTwoCodeSource.
79111 79112 79113 79114 79115 79116 79117 |
# File 'lib/quickfix_fields.rb', line 79111 def initialize(data = nil) if( data == nil ) super(2943) else super(2943, data) end end |