Class: Quickfix::AnonymousTradeIndicator

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

Returns a new instance of AnonymousTradeIndicator.



79345
79346
79347
79348
79349
79350
79351
# File 'lib/quickfix_fields.rb', line 79345

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

Class Method Details

.fieldObject



79342
79343
79344
# File 'lib/quickfix_fields.rb', line 79342

def AnonymousTradeIndicator.field
  return 2961
end