Class: Quickfix::LegProtectionTermXID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegProtectionTermXID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProtectionTermXID
constructor
A new instance of LegProtectionTermXID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegProtectionTermXID
Returns a new instance of LegProtectionTermXID.
50784 50785 50786 50787 50788 50789 50790 |
# File 'lib/quickfix_fields.rb', line 50784 def initialize(data = nil) if( data == nil ) super(41617) else super(41617, data) end end |
Class Method Details
.field ⇒ Object
50781 50782 50783 |
# File 'lib/quickfix_fields.rb', line 50781 def LegProtectionTermXID.field return 41617 end |