Class: Quickfix::UnderlyingStreamCommoditySettlBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlBusinessCenter

Returns a new instance of UnderlyingStreamCommoditySettlBusinessCenter.



55776
55777
55778
55779
55780
55781
55782
# File 'lib/quickfix_fields.rb', line 55776

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