Class: Quickfix::LegSettlType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegSettlType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSettlType
constructor
A new instance of LegSettlType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegSettlType
Returns a new instance of LegSettlType.
9080 9081 9082 9083 9084 9085 9086 |
# File 'lib/quickfix_fields.rb', line 9080 def initialize(data = nil) if( data == nil ) super(587) else super(587, data) end end |
Class Method Details
.field ⇒ Object
9077 9078 9079 |
# File 'lib/quickfix_fields.rb', line 9077 def LegSettlType.field return 587 end |