Class: Quickfix::SecurityStatusReqID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ SecurityStatusReqID

Returns a new instance of SecurityStatusReqID.



4101
4102
4103
4104
4105
4106
4107
# File 'lib/quickfix_fields.rb', line 4101

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

Class Method Details

.fieldObject



4098
4099
4100
# File 'lib/quickfix_fields.rb', line 4098

def SecurityStatusReqID.field
	return 324
end