Class: Quickfix::OrderAttributeType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::OrderAttributeType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrderAttributeType
constructor
A new instance of OrderAttributeType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ OrderAttributeType
Returns a new instance of OrderAttributeType.
75224 75225 75226 75227 75228 75229 75230 |
# File 'lib/quickfix_fields.rb', line 75224 def initialize(data = nil) if( data == nil ) super(2594) else super(2594, data) end end |
Class Method Details
.field ⇒ Object
75221 75222 75223 |
# File 'lib/quickfix_fields.rb', line 75221 def OrderAttributeType.field return 2594 end |