Class: Quickfix::ConfirmID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ConfirmID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ConfirmID
constructor
A new instance of ConfirmID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ConfirmID
Returns a new instance of ConfirmID.
9158 9159 9160 9161 9162 9163 9164 |
# File 'lib/quickfix_fields.rb', line 9158 def initialize(data = nil) if( data == nil ) super(664) else super(664, data) end end |
Class Method Details
.field ⇒ Object
9155 9156 9157 |
# File 'lib/quickfix_fields.rb', line 9155 def ConfirmID.field return 664 end |