Class: Quickfix::UnderlyingComplexEventCreditEventBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventBusinessCenter



52747
52748
52749
52750
52751
52752
52753
# File 'lib/quickfix_fields.rb', line 52747

def initialize(data = nil)
  if( data == nil )
    super(2279)
  else
    super(2279, data)
  end
end