Class: Quickfix44::SettlementInstructions::NoSettlInst::NoDlvyInst

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

Defined Under Namespace

Classes: NoSettlPartyIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoDlvyInst

Returns a new instance of NoDlvyInst.



3391
3392
3393
3394
3395
3396
3397
3398
# File 'lib/quickfix44.rb', line 3391

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 165
	order[1] = 787
	order[2] = 781
	order[3] = 0
	super(85, 165, order)
end