Class: Quickfix::UnderlyingPaymentStubEndDateBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStubEndDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubEndDateBusinessCenter
constructor
A new instance of UnderlyingPaymentStubEndDateBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubEndDateBusinessCenter
Returns a new instance of UnderlyingPaymentStubEndDateBusinessCenter.
73833 73834 73835 73836 73837 73838 73839 |
# File 'lib/quickfix_fields.rb', line 73833 def initialize(data = nil) if( data == nil ) super(42992) else super(42992, data) end end |
Class Method Details
.field ⇒ Object
73830 73831 73832 |
# File 'lib/quickfix_fields.rb', line 73830 def .field return 42992 end |