Class: Quickfix::ExpType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ExpType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExpType
constructor
A new instance of ExpType.
Constructor Details
#initialize(data = nil) ⇒ ExpType
Returns a new instance of ExpType.
6181 6182 6183 6184 6185 6186 6187 |
# File 'lib/quickfix_fields.rb', line 6181 def initialize(data = nil) if( data == nil ) super(982) else super(982, data) end end |
Class Method Details
.field ⇒ Object
6178 6179 6180 |
# File 'lib/quickfix_fields.rb', line 6178 def ExpType.field return 982 end |