Class: Quickfix::LegComplexEventCurrencyTwoCodeSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegComplexEventCurrencyTwoCodeSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventCurrencyTwoCodeSource
constructor
A new instance of LegComplexEventCurrencyTwoCodeSource.
Constructor Details
#initialize(data = nil) ⇒ LegComplexEventCurrencyTwoCodeSource
Returns a new instance of LegComplexEventCurrencyTwoCodeSource.
79150 79151 79152 79153 79154 79155 79156 |
# File 'lib/quickfix_fields.rb', line 79150 def initialize(data = nil) if( data == nil ) super(2946) else super(2946, data) end end |