Class: Quickfix::UnderlyingPaymentStreamInitialFixingDateBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamInitialFixingDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInitialFixingDateBusinessCenter
constructor
A new instance of UnderlyingPaymentStreamInitialFixingDateBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInitialFixingDateBusinessCenter
Returns a new instance of UnderlyingPaymentStreamInitialFixingDateBusinessCenter.
35093 35094 35095 35096 35097 35098 35099 |
# File 'lib/quickfix_fields.rb', line 35093 def initialize(data = nil) if( data == nil ) super(40600) else super(40600, data) end end |
Class Method Details
.field ⇒ Object
35090 35091 35092 |
# File 'lib/quickfix_fields.rb', line 35090 def .field return 40600 end |