Class: Quickfix::SettlInstMode
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::SettlInstMode
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlInstMode
constructor
A new instance of SettlInstMode.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ SettlInstMode
Returns a new instance of SettlInstMode.
2489 2490 2491 2492 2493 2494 2495 |
# File 'lib/quickfix_fields.rb', line 2489 def initialize(data = nil) if( data == nil ) super(160) else super(160, data) end end |
Class Method Details
.field ⇒ Object
2486 2487 2488 |
# File 'lib/quickfix_fields.rb', line 2486 def SettlInstMode.field return 160 end |