Class: Quickfix50Sp1::SecurityList::NoRelatedSym::NoStrikeRules

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

Defined Under Namespace

Classes: NoMaturityRules

Instance Method Summary collapse

Constructor Details

#initializeNoStrikeRules

Returns a new instance of NoStrikeRules.



7347
7348
7349
7350
7351
7352
7353
7354
7355
7356
7357
# File 'lib/quickfix50sp1.rb', line 7347

def initialize
  order = Quickfix::IntArray.new(7)
  order[0] = 1223
  order[1] = 1202
  order[2] = 1203
  order[3] = 1204
  order[4] = 1304
  order[5] = 1236
  order[6] = 0
  super(1201, 1223, order)
end