Class: Quickfix::ProtectionTermXID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ProtectionTermXID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProtectionTermXID
constructor
A new instance of ProtectionTermXID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ProtectionTermXID
Returns a new instance of ProtectionTermXID.
29776 29777 29778 29779 29780 29781 29782 |
# File 'lib/quickfix_fields.rb', line 29776 def initialize(data = nil) if( data == nil ) super(40190) else super(40190, data) end end |
Class Method Details
.field ⇒ Object
29773 29774 29775 |
# File 'lib/quickfix_fields.rb', line 29773 def ProtectionTermXID.field return 40190 end |