Class: Quickfix50Sp2::MarketDataRequest::NoMarketSegments

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoMarketSegments

Returns a new instance of NoMarketSegments.



68341
68342
68343
68344
68345
68346
68347
# File 'lib/quickfix50sp2.rb', line 68341

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 1301
  order[1] = 1300
  order[2] = 0
  super(1310, 1301, order)
end