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