Class: Quickfix::TrdMatchID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::TrdMatchID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TrdMatchID
constructor
A new instance of TrdMatchID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ TrdMatchID
Returns a new instance of TrdMatchID.
11914 11915 11916 11917 11918 11919 11920 |
# File 'lib/quickfix_fields.rb', line 11914 def initialize(data = nil) if( data == nil ) super(880) else super(880, data) end end |
Class Method Details
.field ⇒ Object
11911 11912 11913 |
# File 'lib/quickfix_fields.rb', line 11911 def TrdMatchID.field return 880 end |