Class: Quickfix::SettlLocation
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SettlLocation
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlLocation
constructor
A new instance of SettlLocation.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SettlLocation
Returns a new instance of SettlLocation.
2567 2568 2569 2570 2571 2572 2573 |
# File 'lib/quickfix_fields.rb', line 2567 def initialize(data = nil) if( data == nil ) super(166) else super(166, data) end end |
Class Method Details
.field ⇒ Object
2564 2565 2566 |
# File 'lib/quickfix_fields.rb', line 2564 def SettlLocation.field return 166 end |