Class: Quickfix::UnderlyingMakeWholeBenchmarkQuote

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingMakeWholeBenchmarkQuote

Returns a new instance of UnderlyingMakeWholeBenchmarkQuote.



72546
72547
72548
72549
72550
72551
72552
# File 'lib/quickfix_fields.rb', line 72546

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

Class Method Details

.fieldObject



72543
72544
72545
# File 'lib/quickfix_fields.rb', line 72543

def UnderlyingMakeWholeBenchmarkQuote.field
  return 42893
end