Class: Quickfix50Sp1::AllocationInstructionAlert::NoAllocs::NoNestedPartyIDs::NoNestedPartySubIDs

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

Instance Method Summary collapse

Constructor Details

#initializeNoNestedPartySubIDs



14863
14864
14865
14866
14867
14868
14869
# File 'lib/quickfix50sp1.rb', line 14863

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 545
  order[1] = 805
  order[2] = 0
  super(804, 545, order)
end