Class: Quickfix::UnderlyingPaymentStreamCompoundingXIDRef
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamCompoundingXIDRef
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingXIDRef
constructor
A new instance of UnderlyingPaymentStreamCompoundingXIDRef.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingXIDRef
72585 72586 72587 72588 72589 72590 72591 |
# File 'lib/quickfix_fields.rb', line 72585 def initialize(data = nil) if( data == nil ) super(42896) else super(42896, data) end end |
Class Method Details
.field ⇒ Object
72582 72583 72584 |
# File 'lib/quickfix_fields.rb', line 72582 def .field return 42896 end |