Class: Quickfix::UnderlyingExchangeLookAlike

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) ⇒ UnderlyingExchangeLookAlike

Returns a new instance of UnderlyingExchangeLookAlike.



72377
72378
72379
72380
72381
72382
72383
# File 'lib/quickfix_fields.rb', line 72377

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

Class Method Details

.fieldObject



72374
72375
72376
# File 'lib/quickfix_fields.rb', line 72374

def UnderlyingExchangeLookAlike.field
	return 2625
end