Class: Quickfix::UnderlyingStreamCommodityDeliveryPricingRegion

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCommodityDeliveryPricingRegion

Returns a new instance of UnderlyingStreamCommodityDeliveryPricingRegion.



61860
61861
61862
61863
61864
61865
61866
# File 'lib/quickfix_fields.rb', line 61860

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