Class: Quickfix::DerivativeSecurityDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DerivativeSecurityDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeSecurityDesc
constructor
A new instance of DerivativeSecurityDesc.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DerivativeSecurityDesc
Returns a new instance of DerivativeSecurityDesc.
16984 16985 16986 16987 16988 16989 16990 |
# File 'lib/quickfix_fields.rb', line 16984 def initialize(data = nil) if( data == nil ) super(1279) else super(1279, data) end end |
Class Method Details
.field ⇒ Object
16981 16982 16983 |
# File 'lib/quickfix_fields.rb', line 16981 def DerivativeSecurityDesc.field return 1279 end |