Method: Quickfix50Sp1::DerivativeSecurityList::NoMarketSegments::NoTradingSessionRules#initialize
- Defined in:
- lib/quickfix50sp1.rb
#initialize ⇒ NoTradingSessionRules
Returns a new instance of NoTradingSessionRules.
11243 11244 11245 11246 11247 11248 11249 |
# File 'lib/quickfix50sp1.rb', line 11243 def initialize order = Quickfix::IntArray.new(3) order[0] = 336 order[1] = 625 order[2] = 0 super(1309, 336, order) end |