Class: Quickfix::RptSys
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RptSys
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RptSys
constructor
A new instance of RptSys.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RptSys
Returns a new instance of RptSys.
15099 15100 15101 15102 15103 15104 15105 |
# File 'lib/quickfix_fields.rb', line 15099 def initialize(data = nil) if( data == nil ) super(1135) else super(1135, data) end end |
Class Method Details
.field ⇒ Object
15096 15097 15098 |
# File 'lib/quickfix_fields.rb', line 15096 def RptSys.field return 1135 end |