Class: Quickfix42::QuoteCancel::NoQuoteEntries

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

Instance Method Summary collapse

Constructor Details

#initializeNoQuoteEntries

Returns a new instance of NoQuoteEntries.



780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
# File 'lib/quickfix42.rb', line 780

def initialize
  order = Quickfix::IntArray.new(21)
  order[0] = 55
  order[1] = 65
  order[2] = 48
  order[3] = 22
  order[4] = 167
  order[5] = 200
  order[6] = 205
  order[7] = 201
  order[8] = 202
  order[9] = 206
  order[10] = 231
  order[11] = 223
  order[12] = 207
  order[13] = 106
  order[14] = 348
  order[15] = 349
  order[16] = 107
  order[17] = 350
  order[18] = 351
  order[19] = 311
  order[20] = 0
  super(295, 55, order)
end