Class: Quickfix::SecurityResponseType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecurityResponseType

Returns a new instance of SecurityResponseType.



9821
9822
9823
9824
9825
9826
9827
# File 'lib/quickfix_fields.rb', line 9821

def initialize(data = nil)
	if( data == nil )
		super(323)
	else
		super(323, data)
	end
end

Class Method Details

.fieldObject



9818
9819
9820
# File 'lib/quickfix_fields.rb', line 9818

def SecurityResponseType.field
	return 323
end