Class: Quickfix50::ContraryIntentionReport::NoExpiration

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

Instance Method Summary collapse

Constructor Details

#initializeNoExpiration

Returns a new instance of NoExpiration.



12516
12517
12518
12519
12520
12521
12522
# File 'lib/quickfix50.rb', line 12516

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 982
  order[1] = 983
  order[2] = 0
  super(981, 982, order)
end