Class: Quickfix50Sp2::CollateralRequest::NoTrades
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp2::CollateralRequest::NoTrades
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoTrades
constructor
A new instance of NoTrades.
Constructor Details
#initialize ⇒ NoTrades
Returns a new instance of NoTrades.
13424 13425 13426 13427 13428 13429 13430 |
# File 'lib/quickfix50sp2.rb', line 13424 def initialize order = Quickfix::IntArray.new(3) order[0] = 571 order[1] = 818 order[2] = 0 super(897, 571, order) end |