Class: Quickfix::TargetCompID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::TargetCompID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TargetCompID
constructor
A new instance of TargetCompID.
Constructor Details
#initialize(data = nil) ⇒ TargetCompID
Returns a new instance of TargetCompID.
2723 2724 2725 2726 2727 2728 2729 |
# File 'lib/quickfix_fields.rb', line 2723 def initialize(data = nil) if( data == nil ) super(56) else super(56, data) end end |
Class Method Details
.field ⇒ Object
2720 2721 2722 |
# File 'lib/quickfix_fields.rb', line 2720 def TargetCompID.field return 56 end |