Class: Quickfix::PaymentStreamCompoundingXIDRef
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamCompoundingXIDRef
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingXIDRef
constructor
A new instance of PaymentStreamCompoundingXIDRef.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCompoundingXIDRef
Returns a new instance of PaymentStreamCompoundingXIDRef.
68477 68478 68479 68480 68481 68482 68483 |
# File 'lib/quickfix_fields.rb', line 68477 def initialize(data = nil) if( data == nil ) super(42601) else super(42601, data) end end |
Class Method Details
.field ⇒ Object
68474 68475 68476 |
# File 'lib/quickfix_fields.rb', line 68474 def PaymentStreamCompoundingXIDRef.field return 42601 end |