Class: Quickfix50::NewOrderList::NoOrders::NoPartyIDs::NoPartySubIDs

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

Instance Method Summary collapse

Constructor Details

#initializeNoPartySubIDs

Returns a new instance of NoPartySubIDs.



1412
1413
1414
1415
1416
1417
1418
# File 'lib/quickfix50.rb', line 1412

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 523
  order[1] = 803
  order[2] = 0
  super(802, 523, order)
end