Class: Quickfix::TradedFlatSwitch

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



6155
6156
6157
6158
6159
6160
6161
# File 'lib/quickfix_fields.rb', line 6155

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

Class Method Details

.fieldObject



6152
6153
6154
# File 'lib/quickfix_fields.rb', line 6152

def TradedFlatSwitch.field
  return 258
end