Class: Quickfix::ProtectionTermEventBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ProtectionTermEventBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProtectionTermEventBusinessCenter
constructor
A new instance of ProtectionTermEventBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ProtectionTermEventBusinessCenter
Returns a new instance of ProtectionTermEventBusinessCenter.
29724 29725 29726 29727 29728 29729 29730 |
# File 'lib/quickfix_fields.rb', line 29724 def initialize(data = nil) if( data == nil ) super(40186) else super(40186, data) end end |
Class Method Details
.field ⇒ Object
29721 29722 29723 |
# File 'lib/quickfix_fields.rb', line 29721 def ProtectionTermEventBusinessCenter.field return 40186 end |