Class: Quickfix::UnderlyingMakeWholeBenchmarkQuote

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

Instance Method Summary collapse

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