Class: Quickfix50Sp1::CollateralRequest::NoTrades
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp1::CollateralRequest::NoTrades
- Defined in:
- lib/quickfix50sp1.rb
Instance Method Summary collapse
-
#initialize ⇒ NoTrades
constructor
A new instance of NoTrades.
Constructor Details
#initialize ⇒ NoTrades
Returns a new instance of NoTrades.
12540 12541 12542 12543 12544 12545 12546 |
# File 'lib/quickfix50sp1.rb', line 12540 def initialize order = Quickfix::IntArray.new(3) order[0] = 571 order[1] = 818 order[2] = 0 super(897, 571, order) end |