Class: Quickfix::TradSesControl
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TradSesControl
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradSesControl
constructor
A new instance of TradSesControl.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TradSesControl
Returns a new instance of TradSesControl.
23341 23342 23343 23344 23345 23346 23347 |
# File 'lib/quickfix_fields.rb', line 23341 def initialize(data = nil) if( data == nil ) super(1785) else super(1785, data) end end |
Class Method Details
.field ⇒ Object
23338 23339 23340 |
# File 'lib/quickfix_fields.rb', line 23338 def TradSesControl.field return 1785 end |