Class: Quickfix::RelatedSecurityID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RelatedSecurityID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedSecurityID
constructor
A new instance of RelatedSecurityID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RelatedSecurityID
Returns a new instance of RelatedSecurityID.
20299 20300 20301 20302 20303 20304 20305 |
# File 'lib/quickfix_fields.rb', line 20299 def initialize(data = nil) if( data == nil ) super(1650) else super(1650, data) end end |
Class Method Details
.field ⇒ Object
20296 20297 20298 |
# File 'lib/quickfix_fields.rb', line 20296 def .field return 1650 end |