Class: Quickfix::LegSettlMethod
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegSettlMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSettlMethod
constructor
A new instance of LegSettlMethod.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegSettlMethod
Returns a new instance of LegSettlMethod.
43062 43063 43064 43065 43066 43067 43068 |
# File 'lib/quickfix_fields.rb', line 43062 def initialize(data = nil) if( data == nil ) super(2192) else super(2192, data) end end |
Class Method Details
.field ⇒ Object
43059 43060 43061 |
# File 'lib/quickfix_fields.rb', line 43059 def LegSettlMethod.field return 2192 end |