Class: Quickfix::UnderlyingComplexEventCreditEventCurrency

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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