Class: Quickfix::RiskLimitVelocityUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RiskLimitVelocityUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RiskLimitVelocityUnit
constructor
A new instance of RiskLimitVelocityUnit.
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
.field ⇒ Object
56865 56866 56867 |
# File 'lib/quickfix_fields.rb', line 56865 def RiskLimitVelocityUnit.field return 2337 end |