Class: Quickfix::ExchangeLookAlike

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

Returns a new instance of ExchangeLookAlike.



64486
64487
64488
64489
64490
64491
64492
# File 'lib/quickfix_fields.rb', line 64486

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

Class Method Details

.fieldObject



64483
64484
64485
# File 'lib/quickfix_fields.rb', line 64483

def ExchangeLookAlike.field
  return 2603
end