Class: Quickfix::ConfirmRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ConfirmRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ConfirmRefID
constructor
A new instance of ConfirmRefID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ConfirmRefID
Returns a new instance of ConfirmRefID.
10549 10550 10551 10552 10553 10554 10555 |
# File 'lib/quickfix_fields.rb', line 10549 def initialize(data = nil) if( data == nil ) super(772) else super(772, data) end end |
Class Method Details
.field ⇒ Object
10546 10547 10548 |
# File 'lib/quickfix_fields.rb', line 10546 def ConfirmRefID.field return 772 end |