Class: Quickfix::TrdMatchSubID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::TrdMatchSubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TrdMatchSubID
constructor
A new instance of TrdMatchSubID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ TrdMatchSubID
Returns a new instance of TrdMatchSubID.
24745 24746 24747 24748 24749 24750 24751 |
# File 'lib/quickfix_fields.rb', line 24745 def initialize(data = nil) if( data == nil ) super(1891) else super(1891, data) end end |
Class Method Details
.field ⇒ Object
24742 24743 24744 |
# File 'lib/quickfix_fields.rb', line 24742 def TrdMatchSubID.field return 1891 end |