Class: Quickfix::RiskLimitVelocityUnit

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) ⇒ RiskLimitVelocityUnit

Returns a new instance of RiskLimitVelocityUnit.



56868
56869
56870
56871
56872
56873
56874
# File 'lib/quickfix_fields.rb', line 56868

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

Class Method Details

.fieldObject



56865
56866
56867
# File 'lib/quickfix_fields.rb', line 56865

def RiskLimitVelocityUnit.field
	return 2337
end