Class: Quickfix::RiskLimitVelocityUnit
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::RiskLimitVelocityUnit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RiskLimitVelocityUnit
constructor
A new instance of RiskLimitVelocityUnit.
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 |