Class: Quickfix::LegMakeWholeBenchmarkQuote
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegMakeWholeBenchmarkQuote
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegMakeWholeBenchmarkQuote
constructor
A new instance of LegMakeWholeBenchmarkQuote.
Methods inherited from IntField
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
.field ⇒ Object
65861 65862 65863 |
# File 'lib/quickfix_fields.rb', line 65861 def LegMakeWholeBenchmarkQuote.field return 42397 end |