Class: Quickfix::EncryptedNewPasswordLen
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::EncryptedNewPasswordLen
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncryptedNewPasswordLen
constructor
A new instance of EncryptedNewPasswordLen.
Constructor Details
#initialize(data = nil) ⇒ EncryptedNewPasswordLen
Returns a new instance of EncryptedNewPasswordLen.
5154 5155 5156 5157 5158 5159 5160 |
# File 'lib/quickfix_fields.rb', line 5154 def initialize(data = nil) if( data == nil ) super(1403) else super(1403, data) end end |
Class Method Details
.field ⇒ Object
5151 5152 5153 |
# File 'lib/quickfix_fields.rb', line 5151 def EncryptedNewPasswordLen.field return 1403 end |