Class: Quickfix50::OrderCancelReplaceRequest::NoPartyIDs

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

Defined Under Namespace

Classes: NoPartySubIDs

Instance Method Summary collapse

Constructor Details

#initializeNoPartyIDs

Returns a new instance of NoPartyIDs.



1655
1656
1657
1658
1659
1660
1661
1662
1663
# File 'lib/quickfix50.rb', line 1655

def initialize
  order = Quickfix::IntArray.new(5)
  order[0] = 448
  order[1] = 447
  order[2] = 452
  order[3] = 802
  order[4] = 0
  super(453, 448, order)
end