Class: Quickfix::ContraLegRefID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ContraLegRefID

Returns a new instance of ContraLegRefID.



8807
8808
8809
8810
8811
8812
8813
# File 'lib/quickfix_fields.rb', line 8807

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