Class: Quickfix::IOITransType
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::IOITransType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ IOITransType
constructor
A new instance of IOITransType.
Constructor Details
#initialize(data = nil) ⇒ IOITransType
Returns a new instance of IOITransType.
12057 12058 12059 12060 12061 12062 12063 |
# File 'lib/quickfix_fields.rb', line 12057 def initialize(data = nil) if( data == nil ) super(28) else super(28, data) end end |
Class Method Details
.field ⇒ Object
12054 12055 12056 |
# File 'lib/quickfix_fields.rb', line 12054 def IOITransType.field return 28 end |