Class: Quickfix50Sp2::OrderStatusRequest::NoProvisions::NoProvisionOptionRelevantUnderlyingDateBusinessCenters

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

#initializeNoProvisionOptionRelevantUnderlyingDateBusinessCenters



42886
42887
42888
42889
42890
42891
# File 'lib/quickfix50sp2.rb', line 42886

def initialize
  order = Quickfix::IntArray.new(2)
  order[0] = 40157
  order[1] = 0
  super(40956, 40157, order)
end