Class: Quickfix::FillMatchID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::FillMatchID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FillMatchID
constructor
A new instance of FillMatchID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ FillMatchID
Returns a new instance of FillMatchID.
75289 75290 75291 75292 75293 75294 75295 |
# File 'lib/quickfix_fields.rb', line 75289 def initialize(data = nil) if( data == nil ) super(2673) else super(2673, data) end end |
Class Method Details
.field ⇒ Object
75286 75287 75288 |
# File 'lib/quickfix_fields.rb', line 75286 def FillMatchID.field return 2673 end |