Class: Quickfix::ExecTransType
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::ExecTransType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExecTransType
constructor
A new instance of ExecTransType.
Constructor Details
#initialize(data = nil) ⇒ ExecTransType
Returns a new instance of ExecTransType.
7819 7820 7821 7822 7823 7824 7825 |
# File 'lib/quickfix_fields.rb', line 7819 def initialize(data = nil) if( data == nil ) super(20) else super(20, data) end end |
Class Method Details
.field ⇒ Object
7816 7817 7818 |
# File 'lib/quickfix_fields.rb', line 7816 def ExecTransType.field return 20 end |