Method: Quickfix44::QuoteRequest::NoRelatedSym::NoQuoteQualifiers#initialize
- Defined in:
- lib/quickfix44.rb
#initialize ⇒ NoQuoteQualifiers
Returns a new instance of NoQuoteQualifiers.
3051 3052 3053 3054 3055 3056 |
# File 'lib/quickfix44.rb', line 3051 def initialize order = Quickfix::IntArray.new(2) order[0] = 695 order[1] = 0 super(735, 695, order) end |