Class: Quickfix::UnderlyingSettlTermXIDRef
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingSettlTermXIDRef
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSettlTermXIDRef
constructor
A new instance of UnderlyingSettlTermXIDRef.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSettlTermXIDRef
Returns a new instance of UnderlyingSettlTermXIDRef.
26214 26215 26216 26217 26218 26219 26220 |
# File 'lib/quickfix_fields.rb', line 26214 def initialize(data = nil) if( data == nil ) super(41315) else super(41315, data) end end |
Class Method Details
.field ⇒ Object
26211 26212 26213 |
# File 'lib/quickfix_fields.rb', line 26211 def .field return 41315 end |