Class: Quickfix::NewPassword
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::NewPassword
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NewPassword
constructor
A new instance of NewPassword.
Constructor Details
#initialize(data = nil) ⇒ NewPassword
Returns a new instance of NewPassword.
8300 8301 8302 8303 8304 8305 8306 |
# File 'lib/quickfix_fields.rb', line 8300 def initialize(data = nil) if( data == nil ) super(925) else super(925, data) end end |
Class Method Details
.field ⇒ Object
8297 8298 8299 |
# File 'lib/quickfix_fields.rb', line 8297 def NewPassword.field return 925 end |