Class: Quickfix::RiskLimitVelocityUnit

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

Instance Method Summary collapse

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