Class: Quickfix::TradSesMode
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TradSesMode
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradSesMode
constructor
A new instance of TradSesMode.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TradSesMode
Returns a new instance of TradSesMode.
4296 4297 4298 4299 4300 4301 4302 |
# File 'lib/quickfix_fields.rb', line 4296 def initialize(data = nil) if( data == nil ) super(339) else super(339, data) end end |
Class Method Details
.field ⇒ Object
4293 4294 4295 |
# File 'lib/quickfix_fields.rb', line 4293 def TradSesMode.field return 339 end |