Class: Quickfix42::OrderCancelReplaceRequest::NoTradingSessions

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoTradingSessions

Returns a new instance of NoTradingSessions.



396
397
398
399
400
401
# File 'lib/quickfix42.rb', line 396

def initialize
	order = Quickfix::IntArray.new(2)
	order[0] = 336
	order[1] = 0
	super(386, 336, order)
end