Class: Quickfix::PayRequestRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PayRequestRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PayRequestRefID
constructor
A new instance of PayRequestRefID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PayRequestRefID
Returns a new instance of PayRequestRefID.
77187 77188 77189 77190 77191 77192 77193 |
# File 'lib/quickfix_fields.rb', line 77187 def initialize(data = nil) if( data == nil ) super(2810) else super(2810, data) end end |
Class Method Details
.field ⇒ Object
77184 77185 77186 |
# File 'lib/quickfix_fields.rb', line 77184 def PayRequestRefID.field return 2810 end |