Class: Quickfix::UnderlyingLegSecurityAltID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingLegSecurityAltID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLegSecurityAltID
constructor
A new instance of UnderlyingLegSecurityAltID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLegSecurityAltID
Returns a new instance of UnderlyingLegSecurityAltID.
17868 17869 17870 17871 17872 17873 17874 |
# File 'lib/quickfix_fields.rb', line 17868 def initialize(data = nil) if( data == nil ) super(1335) else super(1335, data) end end |
Class Method Details
.field ⇒ Object
17865 17866 17867 |
# File 'lib/quickfix_fields.rb', line 17865 def .field return 1335 end |