Class: Quickfix50Sp2::MarketDataSnapshotFullRefresh::NoMDEntries::NoRateSources

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

Instance Method Summary collapse

Constructor Details

#initializeNoRateSources



4187
4188
4189
4190
4191
4192
4193
4194
# File 'lib/quickfix50sp2.rb', line 4187

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 1446
  order[1] = 1447
  order[2] = 1448
  order[3] = 0
  super(1445, 1446, order)
end