Class: Quickfix::UnderlyingSecurityAltIDSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingSecurityAltIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSecurityAltIDSource
constructor
A new instance of UnderlyingSecurityAltIDSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSecurityAltIDSource
Returns a new instance of UnderlyingSecurityAltIDSource.
6376 6377 6378 6379 6380 6381 6382 |
# File 'lib/quickfix_fields.rb', line 6376 def initialize(data = nil) if( data == nil ) super(459) else super(459, data) end end |
Class Method Details
.field ⇒ Object
6373 6374 6375 |
# File 'lib/quickfix_fields.rb', line 6373 def .field return 459 end |