Class: Quickfix::RiskLimitVelocityPeriod

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ RiskLimitVelocityPeriod

Returns a new instance of RiskLimitVelocityPeriod.



56855
56856
56857
56858
56859
56860
56861
# File 'lib/quickfix_fields.rb', line 56855

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

Class Method Details

.fieldObject



56852
56853
56854
# File 'lib/quickfix_fields.rb', line 56852

def RiskLimitVelocityPeriod.field
  return 2336
end