Class: Quickfix::DeskID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DeskID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeskID
constructor
A new instance of DeskID.
Constructor Details
#initialize(data = nil) ⇒ DeskID
Returns a new instance of DeskID.
5830 5831 5832 5833 5834 5835 5836 |
# File 'lib/quickfix_fields.rb', line 5830 def initialize(data = nil) if( data == nil ) super(284) else super(284, data) end end |
Class Method Details
.field ⇒ Object
5827 5828 5829 |
# File 'lib/quickfix_fields.rb', line 5827 def DeskID.field return 284 end |