Class: Quickfix::TradSesMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TradSesMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradSesMethod
constructor
A new instance of TradSesMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TradSesMethod
Returns a new instance of TradSesMethod.
4283 4284 4285 4286 4287 4288 4289 |
# File 'lib/quickfix_fields.rb', line 4283 def initialize(data = nil) if( data == nil ) super(338) else super(338, data) end end |
Class Method Details
.field ⇒ Object
4280 4281 4282 |
# File 'lib/quickfix_fields.rb', line 4280 def TradSesMethod.field return 338 end |