Class: Quickfix::StreamCommoditySecurityID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamCommoditySecurityID

Returns a new instance of StreamCommoditySecurityID.



45506
45507
45508
45509
45510
45511
45512
# File 'lib/quickfix_fields.rb', line 45506

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