Class: Quickfix::LegMakeWholeBenchmarkQuote

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

Returns a new instance of LegMakeWholeBenchmarkQuote.



65864
65865
65866
65867
65868
65869
65870
# File 'lib/quickfix_fields.rb', line 65864

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

Class Method Details

.fieldObject



65861
65862
65863
# File 'lib/quickfix_fields.rb', line 65861

def LegMakeWholeBenchmarkQuote.field
  return 42397
end