Class: Quickfix::ExDestinationIDSource
- Inherits:
-
CharField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ ExDestinationIDSource
Returns a new instance of ExDestinationIDSource.
3815 3816 3817 3818 3819 3820 3821 |
# File 'lib/quickfix_fields.rb', line 3815 def initialize(data = nil) if( data == nil ) super(1133) else super(1133, data) end end |
Class Method Details
.field ⇒ Object
3812 3813 3814 |
# File 'lib/quickfix_fields.rb', line 3812 def ExDestinationIDSource.field return 1133 end |