Class: Quickfix::LegConvertibleBondEquityIDSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegConvertibleBondEquityIDSource

Returns a new instance of LegConvertibleBondEquityIDSource.



42737
42738
42739
42740
42741
42742
42743
# File 'lib/quickfix_fields.rb', line 42737

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