Class: Quickfix::PaymentRef
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentRef
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentRef
constructor
A new instance of PaymentRef.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentRef
Returns a new instance of PaymentRef.
6584 6585 6586 6587 6588 6589 6590 |
# File 'lib/quickfix_fields.rb', line 6584 def initialize(data = nil) if( data == nil ) super(476) else super(476, data) end end |
Class Method Details
.field ⇒ Object
6581 6582 6583 |
# File 'lib/quickfix_fields.rb', line 6581 def PaymentRef.field return 476 end |