Class: Quickfix::SettlInstCode
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SettlInstCode
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlInstCode
constructor
A new instance of SettlInstCode.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SettlInstCode
Returns a new instance of SettlInstCode.
2684 2685 2686 2687 2688 2689 2690 |
# File 'lib/quickfix_fields.rb', line 2684 def initialize(data = nil) if( data == nil ) super(175) else super(175, data) end end |
Class Method Details
.field ⇒ Object
2681 2682 2683 |
# File 'lib/quickfix_fields.rb', line 2681 def SettlInstCode.field return 175 end |