Class: Quickfix::OrdStatusReqID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::OrdStatusReqID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrdStatusReqID
constructor
A new instance of OrdStatusReqID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ OrdStatusReqID
10770 10771 10772 10773 10774 10775 10776 |
# File 'lib/quickfix_fields.rb', line 10770 def initialize(data = nil) if( data == nil ) super(790) else super(790, data) end end |
Class Method Details
.field ⇒ Object
10767 10768 10769 |
# File 'lib/quickfix_fields.rb', line 10767 def OrdStatusReqID.field return 790 end |