Class: Quickfix::LegStreamCommodityPricingType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStreamCommodityPricingType

Returns a new instance of LegStreamCommodityPricingType.



51369
51370
51371
51372
51373
51374
51375
# File 'lib/quickfix_fields.rb', line 51369

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