Class: Quickfix50Sp2::PositionMaintenanceRequest::NoPosAmt
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp2::PositionMaintenanceRequest::NoPosAmt
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoPosAmt
constructor
A new instance of NoPosAmt.
Constructor Details
#initialize ⇒ NoPosAmt
Returns a new instance of NoPosAmt.
11252 11253 11254 11255 11256 11257 11258 11259 |
# File 'lib/quickfix50sp2.rb', line 11252 def initialize order = Quickfix::IntArray.new(4) order[0] = 707 order[1] = 708 order[2] = 1055 order[3] = 0 super(753, 707, order) end |