Class: Quickfix::MDEntryRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MDEntryRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDEntryRefID
constructor
A new instance of MDEntryRefID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MDEntryRefID
Returns a new instance of MDEntryRefID.
3529 3530 3531 3532 3533 3534 3535 |
# File 'lib/quickfix_fields.rb', line 3529 def initialize(data = nil) if( data == nil ) super(280) else super(280, data) end end |
Class Method Details
.field ⇒ Object
3526 3527 3528 |
# File 'lib/quickfix_fields.rb', line 3526 def MDEntryRefID.field return 280 end |