Class: Quickfix50Sp2::PositionMaintenanceRequest::NoProvisions::NoProvisionPartyIDs

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

Defined Under Namespace

Classes: NoProvisionPartySubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoProvisionPartyIDs

Returns a new instance of NoProvisionPartyIDs.



226487
226488
226489
226490
226491
226492
226493
226494
226495
226496
# File 'lib/quickfix50sp2.rb', line 226487

def initialize
  order = Quickfix::IntArray.new(6)
  order[0] = 40175
  order[1] = 40176
  order[2] = 40177
  order[3] = 2385
  order[4] = 40178
  order[5] = 0
  super(40174, 40175, order)
end