Class: Quickfix::SecurityStatus

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecurityStatus

Returns a new instance of SecurityStatus.



12486
12487
12488
12489
12490
12491
12492
# File 'lib/quickfix_fields.rb', line 12486

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

Class Method Details

.fieldObject



12483
12484
12485
# File 'lib/quickfix_fields.rb', line 12483

def SecurityStatus.field
	return 965
end