Class: Quickfix::DeskTypeSource
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::DeskTypeSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeskTypeSource
constructor
A new instance of DeskTypeSource.
Constructor Details
#initialize(data = nil) ⇒ DeskTypeSource
Returns a new instance of DeskTypeSource.
13877 13878 13879 13880 13881 13882 13883 |
# File 'lib/quickfix_fields.rb', line 13877 def initialize(data = nil) if( data == nil ) super(1034) else super(1034, data) end end |