Class: Quickfix::TradSesMethod
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ TradSesMethod
Returns a new instance of TradSesMethod.
16854 16855 16856 16857 16858 16859 16860 |
# File 'lib/quickfix_fields.rb', line 16854 def initialize(data = nil) if( data == nil ) super(338) else super(338, data) end end |
Class Method Details
.field ⇒ Object
16851 16852 16853 |
# File 'lib/quickfix_fields.rb', line 16851 def TradSesMethod.field return 338 end |