Class: Quickfix::UnderlyingMakeWholeBenchmarkQuote
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingMakeWholeBenchmarkQuote
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingMakeWholeBenchmarkQuote
constructor
A new instance of UnderlyingMakeWholeBenchmarkQuote.
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 |