Class: Quickfix::MakeWholeBenchmarkQuote

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

Class Method Details

.fieldObject



68409
68410
68411
# File 'lib/quickfix_fields.rb', line 68409

def MakeWholeBenchmarkQuote.field
  return 42596
end