Class: Quickfix::NewPassword

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



8297
8298
8299
# File 'lib/quickfix_fields.rb', line 8297

def NewPassword.field
	return 925
end