Class: Quickfix::ExDestinationIDSource
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::ExDestinationIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExDestinationIDSource
constructor
A new instance of ExDestinationIDSource.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ ExDestinationIDSource
Returns a new instance of ExDestinationIDSource.
15073 15074 15075 15076 15077 15078 15079 |
# File 'lib/quickfix_fields.rb', line 15073 def initialize(data = nil) if( data == nil ) super(1133) else super(1133, data) end end |
Class Method Details
.field ⇒ Object
15070 15071 15072 |
# File 'lib/quickfix_fields.rb', line 15070 def ExDestinationIDSource.field return 1133 end |