Class: Quickfix50Sp1::ContraryIntentionReport::NoExpiration

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoExpiration

Returns a new instance of NoExpiration.



20360
20361
20362
20363
20364
20365
20366
# File 'lib/quickfix50sp1.rb', line 20360

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