Class: Quickfix::TradSesEvent
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TradSesEvent
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradSesEvent
constructor
A new instance of TradSesEvent.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TradSesEvent
Returns a new instance of TradSesEvent.
18167 18168 18169 18170 18171 18172 18173 |
# File 'lib/quickfix_fields.rb', line 18167 def initialize(data = nil) if( data == nil ) super(1368) else super(1368, data) end end |
Class Method Details
.field ⇒ Object
18164 18165 18166 |
# File 'lib/quickfix_fields.rb', line 18164 def TradSesEvent.field return 1368 end |