Class: Quickfix50Sp1::TradeCaptureReportAck::NoSides::NoSettlDetails

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp1.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.



17355
17356
17357
17358
17359
17360
17361
# File 'lib/quickfix50sp1.rb', line 17355

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 1164
	order[1] = 781
	order[2] = 0
	super(1158, 1164, order)
end