Class: Quickfix::TotalNotAffectedOrders
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TotalNotAffectedOrders
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotalNotAffectedOrders
constructor
A new instance of TotalNotAffectedOrders.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TotalNotAffectedOrders
Returns a new instance of TotalNotAffectedOrders.
75354 75355 75356 75357 75358 75359 75360 |
# File 'lib/quickfix_fields.rb', line 75354 def initialize(data = nil) if( data == nil ) super(2678) else super(2678, data) end end |
Class Method Details
.field ⇒ Object
75351 75352 75353 |
# File 'lib/quickfix_fields.rb', line 75351 def TotalNotAffectedOrders.field return 2678 end |