Class: Quickfix::EncryptedPassword
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::EncryptedPassword
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncryptedPassword
constructor
A new instance of EncryptedPassword.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ EncryptedPassword
Returns a new instance of EncryptedPassword.
838 839 840 841 842 843 844 |
# File 'lib/quickfix_fields.rb', line 838 def initialize(data = nil) if( data == nil ) super(1402) else super(1402, data) end end |
Class Method Details
.field ⇒ Object
835 836 837 |
# File 'lib/quickfix_fields.rb', line 835 def EncryptedPassword.field return 1402 end |