Class: Quickfix::UnderlyingStreamCommoditySecurityID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCommoditySecurityID

Returns a new instance of UnderlyingStreamCommoditySecurityID.



55815
55816
55817
55818
55819
55820
55821
# File 'lib/quickfix_fields.rb', line 55815

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