Class: Quickfix::UnderlyingProtectionTermXID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingProtectionTermXID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProtectionTermXID
constructor
A new instance of UnderlyingProtectionTermXID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProtectionTermXID
Returns a new instance of UnderlyingProtectionTermXID.
58818 58819 58820 58821 58822 58823 58824 |
# File 'lib/quickfix_fields.rb', line 58818 def initialize(data = nil) if( data == nil ) super(42076) else super(42076, data) end end |
Class Method Details
.field ⇒ Object
58815 58816 58817 |
# File 'lib/quickfix_fields.rb', line 58815 def UnderlyingProtectionTermXID.field return 42076 end |