Class: Quickfix::AltMDSourceID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::AltMDSourceID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AltMDSourceID
constructor
A new instance of AltMDSourceID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ AltMDSourceID
Returns a new instance of AltMDSourceID.
11108 11109 11110 11111 11112 11113 11114 |
# File 'lib/quickfix_fields.rb', line 11108 def initialize(data = nil) if( data == nil ) super(817) else super(817, data) end end |
Class Method Details
.field ⇒ Object
11105 11106 11107 |
# File 'lib/quickfix_fields.rb', line 11105 def AltMDSourceID.field return 817 end |