Class: Quickfix::DeliverToLocationID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DeliverToLocationID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliverToLocationID
constructor
A new instance of DeliverToLocationID.
Constructor Details
#initialize(data = nil) ⇒ DeliverToLocationID
Returns a new instance of DeliverToLocationID.
11732 11733 11734 11735 11736 11737 11738 |
# File 'lib/quickfix_fields.rb', line 11732 def initialize(data = nil) if( data == nil ) super(145) else super(145, data) end end |
Class Method Details
.field ⇒ Object
11729 11730 11731 |
# File 'lib/quickfix_fields.rb', line 11729 def DeliverToLocationID.field return 145 end |