Class: Quickfix::UnderlyingStreamCommoditySettlStart

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlStart

Returns a new instance of UnderlyingStreamCommoditySettlStart.



56257
56258
56259
56260
56261
56262
56263
# File 'lib/quickfix_fields.rb', line 56257

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