Class: Quickfix::ProtectionTermEventUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ProtectionTermEventUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProtectionTermEventUnit
constructor
A new instance of ProtectionTermEventUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ProtectionTermEventUnit
Returns a new instance of ProtectionTermEventUnit.
29854 29855 29856 29857 29858 29859 29860 |
# File 'lib/quickfix_fields.rb', line 29854 def initialize(data = nil) if( data == nil ) super(40196) else super(40196, data) end end |
Class Method Details
.field ⇒ Object
29851 29852 29853 |
# File 'lib/quickfix_fields.rb', line 29851 def ProtectionTermEventUnit.field return 40196 end |