Class: Quickfix50Sp1::SettlementObligationReport::NoSettlOblig::NoEvents

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoEvents

Returns a new instance of NoEvents.



22480
22481
22482
22483
22484
22485
22486
22487
22488
22489
# File 'lib/quickfix50sp1.rb', line 22480

def initialize
	order = Quickfix::IntArray.new(6)
	order[0] = 865
	order[1] = 866
	order[2] = 1145
	order[3] = 867
	order[4] = 868
	order[5] = 0
	super(864, 865, order)
end