Class: Quickfix::LegSecurityAltIDSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegSecurityAltIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSecurityAltIDSource
constructor
A new instance of LegSecurityAltIDSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegSecurityAltIDSource
Returns a new instance of LegSecurityAltIDSource.
8235 8236 8237 8238 8239 8240 8241 |
# File 'lib/quickfix_fields.rb', line 8235 def initialize(data = nil) if( data == nil ) super(606) else super(606, data) end end |
Class Method Details
.field ⇒ Object
8232 8233 8234 |
# File 'lib/quickfix_fields.rb', line 8232 def LegSecurityAltIDSource.field return 606 end |