Class: Quickfix::PaymentStreamPaymentDateBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamPaymentDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamPaymentDateBusinessCenter
constructor
A new instance of PaymentStreamPaymentDateBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamPaymentDateBusinessCenter
Returns a new instance of PaymentStreamPaymentDateBusinessCenter.
37069 37070 37071 37072 37073 37074 37075 |
# File 'lib/quickfix_fields.rb', line 37069 def initialize(data = nil) if( data == nil ) super(40752) else super(40752, data) end end |
Class Method Details
.field ⇒ Object
37066 37067 37068 |
# File 'lib/quickfix_fields.rb', line 37066 def PaymentStreamPaymentDateBusinessCenter.field return 40752 end |