Class: Quickfix::StreamCommodityXIDRef

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamCommodityXIDRef

Returns a new instance of StreamCommodityXIDRef.



45805
45806
45807
45808
45809
45810
45811
# File 'lib/quickfix_fields.rb', line 45805

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