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