Class: Quickfix::TotalTakedown

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ TotalTakedown

Returns a new instance of TotalTakedown.



5882
5883
5884
5885
5886
5887
5888
# File 'lib/quickfix_fields.rb', line 5882

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

Class Method Details

.fieldObject



5879
5880
5881
# File 'lib/quickfix_fields.rb', line 5879

def TotalTakedown.field
  return 237
end