Class: Quickfix::MassStatusReqID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MassStatusReqID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MassStatusReqID
constructor
A new instance of MassStatusReqID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MassStatusReqID
Returns a new instance of MassStatusReqID.
7949 7950 7951 7952 7953 7954 7955 |
# File 'lib/quickfix_fields.rb', line 7949 def initialize(data = nil) if( data == nil ) super(584) else super(584, data) end end |
Class Method Details
.field ⇒ Object
7946 7947 7948 |
# File 'lib/quickfix_fields.rb', line 7946 def MassStatusReqID.field return 584 end |