Class: Quickfix::UnderlyingPaymentScheduleFixingDateBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentScheduleFixingDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDateBusinessCenter
constructor
A new instance of UnderlyingPaymentScheduleFixingDateBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDateBusinessCenter
36263 36264 36265 36266 36267 36268 36269 |
# File 'lib/quickfix_fields.rb', line 36263 def initialize(data = nil) if( data == nil ) super(40690) else super(40690, data) end end |
Class Method Details
.field ⇒ Object
36260 36261 36262 |
# File 'lib/quickfix_fields.rb', line 36260 def .field return 40690 end |