Class: Quickfix::LegStreamCommodityDeliveryPricingRegion

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStreamCommodityDeliveryPricingRegion

Returns a new instance of LegStreamCommodityDeliveryPricingRegion.



61795
61796
61797
61798
61799
61800
61801
# File 'lib/quickfix_fields.rb', line 61795

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