Class: Quickfix::SecurityAltID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SecurityAltID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecurityAltID
constructor
A new instance of SecurityAltID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SecurityAltID
Returns a new instance of SecurityAltID.
6324 6325 6326 6327 6328 6329 6330 |
# File 'lib/quickfix_fields.rb', line 6324 def initialize(data = nil) if( data == nil ) super(455) else super(455, data) end end |
Class Method Details
.field ⇒ Object
6321 6322 6323 |
# File 'lib/quickfix_fields.rb', line 6321 def SecurityAltID.field return 455 end |