Class: Quickfix::TradSesReqID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::TradSesReqID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradSesReqID
constructor
A new instance of TradSesReqID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ TradSesReqID
Returns a new instance of TradSesReqID.
4244 4245 4246 4247 4248 4249 4250 |
# File 'lib/quickfix_fields.rb', line 4244 def initialize(data = nil) if( data == nil ) super(335) else super(335, data) end end |
Class Method Details
.field ⇒ Object
4241 4242 4243 |
# File 'lib/quickfix_fields.rb', line 4241 def TradSesReqID.field return 335 end |