Class: Quickfix::DeliverToCompID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DeliverToCompID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliverToCompID
constructor
A new instance of DeliverToCompID.
Constructor Details
#initialize(data = nil) ⇒ DeliverToCompID
Returns a new instance of DeliverToCompID.
734 735 736 737 738 739 740 |
# File 'lib/quickfix_fields.rb', line 734 def initialize(data = nil) if( data == nil ) super(128) else super(128, data) end end |
Class Method Details
.field ⇒ Object
731 732 733 |
# File 'lib/quickfix_fields.rb', line 731 def DeliverToCompID.field return 128 end |