Class: Quickfix::StreamCommodityExchange

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamCommodityExchange

Returns a new instance of StreamCommodityExchange.



45597
45598
45599
45600
45601
45602
45603
# File 'lib/quickfix_fields.rb', line 45597

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