Class: Quickfix::LegMakeWholeAmount

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

Returns a new instance of LegMakeWholeAmount.



65812
65813
65814
65815
65816
65817
65818
# File 'lib/quickfix_fields.rb', line 65812

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

Class Method Details

.fieldObject



65809
65810
65811
# File 'lib/quickfix_fields.rb', line 65809

def LegMakeWholeAmount.field
  return 42393
end