Class: Quickfix::StandInstDbID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::StandInstDbID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StandInstDbID
constructor
A new instance of StandInstDbID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ StandInstDbID
Returns a new instance of StandInstDbID.
2632 2633 2634 2635 2636 2637 2638 |
# File 'lib/quickfix_fields.rb', line 2632 def initialize(data = nil) if( data == nil ) super(171) else super(171, data) end end |
Class Method Details
.field ⇒ Object
2629 2630 2631 |
# File 'lib/quickfix_fields.rb', line 2629 def StandInstDbID.field return 171 end |