Class: Quickfix::TotalAffectedOrders
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TotalAffectedOrders
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotalAffectedOrders
constructor
A new instance of TotalAffectedOrders.
Constructor Details
#initialize(data = nil) ⇒ TotalAffectedOrders
Returns a new instance of TotalAffectedOrders.
7312 7313 7314 7315 7316 7317 7318 |
# File 'lib/quickfix_fields.rb', line 7312 def initialize(data = nil) if( data == nil ) super(533) else super(533, data) end end |