Class: Quickfix50Sp2::ContraryIntentionReport::NoExpiration
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp2::ContraryIntentionReport::NoExpiration
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoExpiration
constructor
A new instance of NoExpiration.
Constructor Details
#initialize ⇒ NoExpiration
Returns a new instance of NoExpiration.
14814 14815 14816 14817 14818 14819 14820 |
# File 'lib/quickfix50sp2.rb', line 14814 def initialize order = Quickfix::IntArray.new(3) order[0] = 982 order[1] = 983 order[2] = 0 super(981, 982, order) end |