Class: Quickfix::UnderlyingComplexEventCreditEventCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingComplexEventCreditEventCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventCurrency
constructor
A new instance of UnderlyingComplexEventCreditEventCurrency.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventCurrency
Returns a new instance of UnderlyingComplexEventCreditEventCurrency.
52110 52111 52112 52113 52114 52115 52116 |
# File 'lib/quickfix_fields.rb', line 52110 def initialize(data = nil) if( data == nil ) super(41719) else super(41719, data) end end |