Class: Quickfix::DeskTypeSource
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::DeskTypeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
19259 19260 19261 19262 19263 19264 19265 |
# File 'lib/quickfix_fields.rb', line 19259 def initialize(data = nil) if( data == nil ) super(1034) else super(1034, data) end end |
Class Method Details
.field ⇒ Object
19256 19257 19258 |
# File 'lib/quickfix_fields.rb', line 19256 def DeskTypeSource.field return 1034 end |