Class: Quickfix::FillMatchSubID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::FillMatchSubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FillMatchSubID
constructor
A new instance of FillMatchSubID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ FillMatchSubID
Returns a new instance of FillMatchSubID.
75302 75303 75304 75305 75306 75307 75308 |
# File 'lib/quickfix_fields.rb', line 75302 def initialize(data = nil) if( data == nil ) super(2674) else super(2674, data) end end |
Class Method Details
.field ⇒ Object
75299 75300 75301 |
# File 'lib/quickfix_fields.rb', line 75299 def FillMatchSubID.field return 2674 end |