Class: Quickfix50::PositionMaintenanceRequest::NoTradingSessions

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



13818
13819
13820
13821
13822
13823
13824
# File 'lib/quickfix50.rb', line 13818

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