Class: Quickfix::UnderlyingPaymentStreamPaymentDateBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamPaymentDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentDateBusinessCenter
constructor
A new instance of UnderlyingPaymentStreamPaymentDateBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentDateBusinessCenter
34859 34860 34861 34862 34863 34864 34865 |
# File 'lib/quickfix_fields.rb', line 34859 def initialize(data = nil) if( data == nil ) super(40582) else super(40582, data) end end |
Class Method Details
.field ⇒ Object
34856 34857 34858 |
# File 'lib/quickfix_fields.rb', line 34856 def .field return 40582 end |