Class: Quickfix::UnderlyingLegSecurityDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingLegSecurityDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLegSecurityDesc
constructor
A new instance of UnderlyingLegSecurityDesc.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLegSecurityDesc
Returns a new instance of UnderlyingLegSecurityDesc.
18037 18038 18039 18040 18041 18042 18043 |
# File 'lib/quickfix_fields.rb', line 18037 def initialize(data = nil) if( data == nil ) super(1392) else super(1392, data) end end |
Class Method Details
.field ⇒ Object
18034 18035 18036 |
# File 'lib/quickfix_fields.rb', line 18034 def UnderlyingLegSecurityDesc.field return 1392 end |