Class: Quickfix::DeskType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DeskType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeskType
constructor
A new instance of DeskType.
Constructor Details
#initialize(data = nil) ⇒ DeskType
Returns a new instance of DeskType.
10978 10979 10980 10981 10982 10983 10984 |
# File 'lib/quickfix_fields.rb', line 10978 def initialize(data = nil) if( data == nil ) super(1033) else super(1033, data) end end |
Class Method Details
.field ⇒ Object
10975 10976 10977 |
# File 'lib/quickfix_fields.rb', line 10975 def DeskType.field return 1033 end |