Class: Quickfix::UnderlyingMakeWholeBenchmarkQuote
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingMakeWholeBenchmarkQuote
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingMakeWholeBenchmarkQuote
constructor
A new instance of UnderlyingMakeWholeBenchmarkQuote.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingMakeWholeBenchmarkQuote
Returns a new instance of UnderlyingMakeWholeBenchmarkQuote.
72546 72547 72548 72549 72550 72551 72552 |
# File 'lib/quickfix_fields.rb', line 72546 def initialize(data = nil) if( data == nil ) super(42893) else super(42893, data) end end |
Class Method Details
.field ⇒ Object
72543 72544 72545 |
# File 'lib/quickfix_fields.rb', line 72543 def .field return 42893 end |