Class: Quickfix::RelatedSecurityIDSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RelatedSecurityIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedSecurityIDSource
constructor
A new instance of RelatedSecurityIDSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RelatedSecurityIDSource
Returns a new instance of RelatedSecurityIDSource.
20312 20313 20314 20315 20316 20317 20318 |
# File 'lib/quickfix_fields.rb', line 20312 def initialize(data = nil) if( data == nil ) super(1651) else super(1651, data) end end |
Class Method Details
.field ⇒ Object
20309 20310 20311 |
# File 'lib/quickfix_fields.rb', line 20309 def .field return 1651 end |