Class: Quickfix::NoAffectedOrders
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoAffectedOrders
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoAffectedOrders
constructor
A new instance of NoAffectedOrders.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoAffectedOrders
Returns a new instance of NoAffectedOrders.
7325 7326 7327 7328 7329 7330 7331 |
# File 'lib/quickfix_fields.rb', line 7325 def initialize(data = nil) if( data == nil ) super(534) else super(534, data) end end |
Class Method Details
.field ⇒ Object
7322 7323 7324 |
# File 'lib/quickfix_fields.rb', line 7322 def NoAffectedOrders.field return 534 end |