Class: Quickfix::UnderlyingPaymentStreamResetDateBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamResetDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamResetDateBusinessCenter
constructor
A new instance of UnderlyingPaymentStreamResetDateBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamResetDateBusinessCenter
Returns a new instance of UnderlyingPaymentStreamResetDateBusinessCenter.
35015 35016 35017 35018 35019 35020 35021 |
# File 'lib/quickfix_fields.rb', line 35015 def initialize(data = nil) if( data == nil ) super(40594) else super(40594, data) end end |
Class Method Details
.field ⇒ Object
35012 35013 35014 |
# File 'lib/quickfix_fields.rb', line 35012 def .field return 40594 end |