Class: Quickfix50Sp2::CollateralAssignment::NoTrades

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

#initializeNoTrades

Returns a new instance of NoTrades.



21587
21588
21589
21590
21591
21592
21593
# File 'lib/quickfix50sp2.rb', line 21587

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 571
	order[1] = 818
	order[2] = 0
	super(897, 571, order)
end