Class: Quickfix::NoOrderAttributes
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoOrderAttributes
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoOrderAttributes
constructor
A new instance of NoOrderAttributes.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoOrderAttributes
Returns a new instance of NoOrderAttributes.
75211 75212 75213 75214 75215 75216 75217 |
# File 'lib/quickfix_fields.rb', line 75211 def initialize(data = nil) if( data == nil ) super(2593) else super(2593, data) end end |
Class Method Details
.field ⇒ Object
75208 75209 75210 |
# File 'lib/quickfix_fields.rb', line 75208 def NoOrderAttributes.field return 2593 end |