Class: Quickfix::TargetLocationID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::TargetLocationID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TargetLocationID
constructor
A new instance of TargetLocationID.
Constructor Details
#initialize(data = nil) ⇒ TargetLocationID
Returns a new instance of TargetLocationID.
747 748 749 750 751 752 753 |
# File 'lib/quickfix_fields.rb', line 747 def initialize(data = nil) if( data == nil ) super(143) else super(143, data) end end |
Class Method Details
.field ⇒ Object
744 745 746 |
# File 'lib/quickfix_fields.rb', line 744 def TargetLocationID.field return 143 end |