Class: Quickfix::TotalGrossTradeAmt

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



57258
57259
57260
57261
57262
57263
57264
# File 'lib/quickfix_fields.rb', line 57258

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

Class Method Details

.fieldObject



57255
57256
57257
# File 'lib/quickfix_fields.rb', line 57255

def TotalGrossTradeAmt.field
  return 2369
end