Class: Quickfix::MakeWholeBenchmarkQuote

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MakeWholeBenchmarkQuote

Returns a new instance of MakeWholeBenchmarkQuote.



68412
68413
68414
68415
68416
68417
68418
# File 'lib/quickfix_fields.rb', line 68412

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