Class: Quickfix50Sp2::TradeCaptureReport::NoSides::NoSettlDetails

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

Defined Under Namespace

Classes: NoSettlPartyIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoSettlDetails

Returns a new instance of NoSettlDetails.



194971
194972
194973
194974
194975
194976
194977
194978
194979
194980
# File 'lib/quickfix50sp2.rb', line 194971

def initialize
  order = Quickfix::IntArray.new(6)
  order[0] = 1164
  order[1] = 169
  order[2] = 170
  order[3] = 171
  order[4] = 781
  order[5] = 0
  super(1158, 1164, order)
end