Class: Quickfix::ExDestination
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ExDestination
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExDestination
constructor
A new instance of ExDestination.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ExDestination
Returns a new instance of ExDestination.
1891 1892 1893 1894 1895 1896 1897 |
# File 'lib/quickfix_fields.rb', line 1891 def initialize(data = nil) if( data == nil ) super(100) else super(100, data) end end |
Class Method Details
.field ⇒ Object
1888 1889 1890 |
# File 'lib/quickfix_fields.rb', line 1888 def ExDestination.field return 100 end |