Class: Quickfix44::CollateralInquiryAck::NoTrades
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix44::CollateralInquiryAck::NoTrades
- Defined in:
- lib/quickfix44.rb
Instance Method Summary collapse
-
#initialize ⇒ NoTrades
constructor
A new instance of NoTrades.
Constructor Details
#initialize ⇒ NoTrades
Returns a new instance of NoTrades.
10564 10565 10566 10567 10568 10569 10570 |
# File 'lib/quickfix44.rb', line 10564 def initialize order = Quickfix::IntArray.new(3) order[0] = 571 order[1] = 818 order[2] = 0 super(897, 571, order) end |