Class: Quickfix::TradSesEvent
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ TradSesEvent
Returns a new instance of TradSesEvent.
14891 14892 14893 14894 14895 14896 14897 |
# File 'lib/quickfix_fields.rb', line 14891 def initialize(data = nil) if( data == nil ) super(1368) else super(1368, data) end end |
Class Method Details
.field ⇒ Object
14888 14889 14890 |
# File 'lib/quickfix_fields.rb', line 14888 def TradSesEvent.field return 1368 end |