Class: Quickfix::UnderlyingPaymentScheduleXIDRef
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentScheduleXIDRef
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleXIDRef
constructor
A new instance of UnderlyingPaymentScheduleXIDRef.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleXIDRef
Returns a new instance of UnderlyingPaymentScheduleXIDRef.
54749 54750 54751 54752 54753 54754 54755 |
# File 'lib/quickfix_fields.rb', line 54749 def initialize(data = nil) if( data == nil ) super(41882) else super(41882, data) end end |
Class Method Details
.field ⇒ Object
54746 54747 54748 |
# File 'lib/quickfix_fields.rb', line 54746 def .field return 41882 end |