Class: Quickfix::NoStreamCommodityAltIDs

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoStreamCommodityAltIDs



45818
45819
45820
45821
45822
45823
45824
# File 'lib/quickfix_fields.rb', line 45818

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