Class: Quickfix::DeskTypeSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
13874 13875 13876 |
# File 'lib/quickfix_fields.rb', line 13874 def DeskTypeSource.field return 1034 end |