Class: Quickfix::DeliverToSubID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DeliverToSubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliverToSubID
constructor
A new instance of DeliverToSubID.
Constructor Details
#initialize(data = nil) ⇒ DeliverToSubID
Returns a new instance of DeliverToSubID.
6402 6403 6404 6405 6406 6407 6408 |
# File 'lib/quickfix_fields.rb', line 6402 def initialize(data = nil) if( data == nil ) super(129) else super(129, data) end end |
Class Method Details
.field ⇒ Object
6399 6400 6401 |
# File 'lib/quickfix_fields.rb', line 6399 def DeliverToSubID.field return 129 end |