Class: Quickfix::LegStreamCommodityXIDRef

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStreamCommodityXIDRef

Returns a new instance of LegStreamCommodityXIDRef.



51512
51513
51514
51515
51516
51517
51518
# File 'lib/quickfix_fields.rb', line 51512

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