Class: Quickfix::LegSecurityIDSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegSecurityIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSecurityIDSource
constructor
A new instance of LegSecurityIDSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegSecurityIDSource
Returns a new instance of LegSecurityIDSource.
8196 8197 8198 8199 8200 8201 8202 |
# File 'lib/quickfix_fields.rb', line 8196 def initialize(data = nil) if( data == nil ) super(603) else super(603, data) end end |
Class Method Details
.field ⇒ Object
8193 8194 8195 |
# File 'lib/quickfix_fields.rb', line 8193 def LegSecurityIDSource.field return 603 end |