Class: Quickfix::UnderlyingStreamCommoditySettlPeriodPriceCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlPeriodPriceCurrency

Returns a new instance of UnderlyingStreamCommoditySettlPeriodPriceCurrency.



56426
56427
56428
56429
56430
56431
56432
# File 'lib/quickfix_fields.rb', line 56426

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