Class: Quickfix::ResponseDestination
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ResponseDestination
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ResponseDestination
constructor
A new instance of ResponseDestination.
Constructor Details
#initialize(data = nil) ⇒ ResponseDestination
Returns a new instance of ResponseDestination.
14774 14775 14776 14777 14778 14779 14780 |
# File 'lib/quickfix_fields.rb', line 14774 def initialize(data = nil) if( data == nil ) super(726) else super(726, data) end end |
Class Method Details
.field ⇒ Object
14771 14772 14773 |
# File 'lib/quickfix_fields.rb', line 14771 def ResponseDestination.field return 726 end |