Class: Quickfix50Sp2::CollateralAssignment::NoTrades
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp2::CollateralAssignment::NoTrades
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoTrades
constructor
A new instance of NoTrades.
Constructor Details
#initialize ⇒ NoTrades
13646 13647 13648 13649 13650 13651 13652 |
# File 'lib/quickfix50sp2.rb', line 13646 def initialize order = Quickfix::IntArray.new(3) order[0] = 571 order[1] = 818 order[2] = 0 super(897, 571, order) end |