Class: Quickfix::RiskLimitPlatform
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::RiskLimitPlatform
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RiskLimitPlatform
constructor
A new instance of RiskLimitPlatform.
Constructor Details
#initialize(data = nil) ⇒ RiskLimitPlatform
Returns a new instance of RiskLimitPlatform.
20611 20612 20613 20614 20615 20616 20617 |
# File 'lib/quickfix_fields.rb', line 20611 def initialize(data = nil) if( data == nil ) super(1533) else super(1533, data) end end |