Class: Quickfix::UnderlyingMakeWholeAmount

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



72494
72495
72496
72497
72498
72499
72500
# File 'lib/quickfix_fields.rb', line 72494

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

Class Method Details

.fieldObject



72491
72492
72493
# File 'lib/quickfix_fields.rb', line 72491

def UnderlyingMakeWholeAmount.field
  return 42889
end