Class: Quickfix::TradSesStatus
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TradSesStatus
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradSesStatus
constructor
A new instance of TradSesStatus.
Constructor Details
#initialize(data = nil) ⇒ TradSesStatus
Returns a new instance of TradSesStatus.
2554 2555 2556 2557 2558 2559 2560 |
# File 'lib/quickfix_fields.rb', line 2554 def initialize(data = nil) if( data == nil ) super(340) else super(340, data) end end |
Class Method Details
.field ⇒ Object
2551 2552 2553 |
# File 'lib/quickfix_fields.rb', line 2551 def TradSesStatus.field return 340 end |