Class: Quickfix::AllocRefRiskLimitCheckID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::AllocRefRiskLimitCheckID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocRefRiskLimitCheckID
constructor
A new instance of AllocRefRiskLimitCheckID.
Constructor Details
#initialize(data = nil) ⇒ AllocRefRiskLimitCheckID
57531 57532 57533 57534 57535 57536 57537 |
# File 'lib/quickfix_fields.rb', line 57531 def initialize(data = nil) if( data == nil ) super(2392) else super(2392, data) end end |