Class: Quickfix::RiskLimitPlatform
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RiskLimitPlatform
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RiskLimitPlatform
constructor
A new instance of RiskLimitPlatform.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
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 |
Class Method Details
.field ⇒ Object
20608 20609 20610 |
# File 'lib/quickfix_fields.rb', line 20608 def RiskLimitPlatform.field return 1533 end |