Class: Quickfix::RiskLimitID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RiskLimitID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RiskLimitID
constructor
A new instance of RiskLimitID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RiskLimitID
Returns a new instance of RiskLimitID.
21378 21379 21380 21381 21382 21383 21384 |
# File 'lib/quickfix_fields.rb', line 21378 def initialize(data = nil) if( data == nil ) super(1670) else super(1670, data) end end |
Class Method Details
.field ⇒ Object
21375 21376 21377 |
# File 'lib/quickfix_fields.rb', line 21375 def RiskLimitID.field return 1670 end |