Class: Quickfix::PegSecurityDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PegSecurityDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PegSecurityDesc
constructor
A new instance of PegSecurityDesc.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PegSecurityDesc
Returns a new instance of PegSecurityDesc.
14683 14684 14685 14686 14687 14688 14689 |
# File 'lib/quickfix_fields.rb', line 14683 def initialize(data = nil) if( data == nil ) super(1099) else super(1099, data) end end |
Class Method Details
.field ⇒ Object
14680 14681 14682 |
# File 'lib/quickfix_fields.rb', line 14680 def PegSecurityDesc.field return 1099 end |