Class: Quickfix::UnderlyingSecurityAltID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingSecurityAltID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSecurityAltID
constructor
A new instance of UnderlyingSecurityAltID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSecurityAltID
Returns a new instance of UnderlyingSecurityAltID.
6363 6364 6365 6366 6367 6368 6369 |
# File 'lib/quickfix_fields.rb', line 6363 def initialize(data = nil) if( data == nil ) super(458) else super(458, data) end end |
Class Method Details
.field ⇒ Object
6360 6361 6362 |
# File 'lib/quickfix_fields.rb', line 6360 def .field return 458 end |