Class: Quickfix::UnderlyingPaymentStreamFixingDateBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamFixingDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFixingDateBusinessCenter
constructor
A new instance of UnderlyingPaymentStreamFixingDateBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFixingDateBusinessCenter
Returns a new instance of UnderlyingPaymentStreamFixingDateBusinessCenter.
35184 35185 35186 35187 35188 35189 35190 |
# File 'lib/quickfix_fields.rb', line 35184 def initialize(data = nil) if( data == nil ) super(40607) else super(40607, data) end end |
Class Method Details
.field ⇒ Object
35181 35182 35183 |
# File 'lib/quickfix_fields.rb', line 35181 def UnderlyingPaymentStreamFixingDateBusinessCenter.field return 40607 end |