Class: Quickfix::MakeWholeRecallSpread

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

Returns a new instance of MakeWholeRecallSpread.



68399
68400
68401
68402
68403
68404
68405
# File 'lib/quickfix_fields.rb', line 68399

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

Class Method Details

.fieldObject



68396
68397
68398
# File 'lib/quickfix_fields.rb', line 68396

def MakeWholeRecallSpread.field
  return 42595
end