Class: Quickfix::LegComplexEventCreditEventCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegComplexEventCreditEventCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventCreditEventCurrency
constructor
A new instance of LegComplexEventCreditEventCurrency.
Constructor Details
#initialize(data = nil) ⇒ LegComplexEventCreditEventCurrency
Returns a new instance of LegComplexEventCreditEventCurrency.
47027 47028 47029 47030 47031 47032 47033 |
# File 'lib/quickfix_fields.rb', line 47027 def initialize(data = nil) if( data == nil ) super(41369) else super(41369, data) end end |