Class: Quickfix50::CollateralInquiryAck::NoTrades
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50::CollateralInquiryAck::NoTrades
- Defined in:
- lib/quickfix50.rb
Instance Method Summary collapse
-
#initialize ⇒ NoTrades
constructor
A new instance of NoTrades.
Constructor Details
#initialize ⇒ NoTrades
Returns a new instance of NoTrades.
12315 12316 12317 12318 12319 12320 12321 |
# File 'lib/quickfix50.rb', line 12315 def initialize order = Quickfix::IntArray.new(3) order[0] = 571 order[1] = 818 order[2] = 0 super(897, 571, order) end |