Class: Quickfix::ExDestinationIDSource
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::ExDestinationIDSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExDestinationIDSource
constructor
A new instance of ExDestinationIDSource.
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 |