Class: Quickfix::UnderlyingProtectionTermXIDRef
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingProtectionTermXIDRef
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProtectionTermXIDRef
constructor
A new instance of UnderlyingProtectionTermXIDRef.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProtectionTermXIDRef
Returns a new instance of UnderlyingProtectionTermXIDRef.
26201 26202 26203 26204 26205 26206 26207 |
# File 'lib/quickfix_fields.rb', line 26201 def initialize(data = nil) if( data == nil ) super(41314) else super(41314, data) end end |
Class Method Details
.field ⇒ Object
26198 26199 26200 |
# File 'lib/quickfix_fields.rb', line 26198 def .field return 41314 end |