Class: Quickfix::UnderlyingLegSecurityAltIDSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingLegSecurityAltIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLegSecurityAltIDSource
constructor
A new instance of UnderlyingLegSecurityAltIDSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLegSecurityAltIDSource
Returns a new instance of UnderlyingLegSecurityAltIDSource.
17881 17882 17883 17884 17885 17886 17887 |
# File 'lib/quickfix_fields.rb', line 17881 def initialize(data = nil) if( data == nil ) super(1336) else super(1336, data) end end |
Class Method Details
.field ⇒ Object
17878 17879 17880 |
# File 'lib/quickfix_fields.rb', line 17878 def .field return 1336 end |