Class: Quickfix::ProtectionTermEventQualifier
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::ProtectionTermEventQualifier
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProtectionTermEventQualifier
constructor
A new instance of ProtectionTermEventQualifier.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ ProtectionTermEventQualifier
Returns a new instance of ProtectionTermEventQualifier.
29906 29907 29908 29909 29910 29911 29912 |
# File 'lib/quickfix_fields.rb', line 29906 def initialize(data = nil) if( data == nil ) super(40200) else super(40200, data) end end |
Class Method Details
.field ⇒ Object
29903 29904 29905 |
# File 'lib/quickfix_fields.rb', line 29903 def ProtectionTermEventQualifier.field return 40200 end |