Class: Quickfix::LegStreamCommodityDesc

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStreamCommodityDesc

Returns a new instance of LegStreamCommodityDesc.



51239
51240
51241
51242
51243
51244
51245
# File 'lib/quickfix_fields.rb', line 51239

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