Class: Quickfix50Sp2::AssignmentReport::NoPosAmt

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

#initializeNoPosAmt



21182
21183
21184
21185
21186
21187
21188
21189
# File 'lib/quickfix50sp2.rb', line 21182

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 707
  order[1] = 708
  order[2] = 1055
  order[3] = 0
  super(753, 707, order)
end