Class: Quickfix50Sp2::DerivativeSecurityList::NoMarketSegments::NoTradingSessionRules::NoTimeInForceRules

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

#initializeNoTimeInForceRules



13114
13115
13116
13117
13118
13119
# File 'lib/quickfix50sp2.rb', line 13114

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