Class: Quickfix::LegExchangeLookAlike

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegExchangeLookAlike

Returns a new instance of LegExchangeLookAlike.



64538
64539
64540
64541
64542
64543
64544
# File 'lib/quickfix_fields.rb', line 64538

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

Class Method Details

.fieldObject



64535
64536
64537
# File 'lib/quickfix_fields.rb', line 64535

def LegExchangeLookAlike.field
	return 2607
end