Class: Quickfix::TargetSubID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::TargetSubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TargetSubID
constructor
A new instance of TargetSubID.
Constructor Details
#initialize(data = nil) ⇒ TargetSubID
Returns a new instance of TargetSubID.
18453 18454 18455 18456 18457 18458 18459 |
# File 'lib/quickfix_fields.rb', line 18453 def initialize(data = nil) if( data == nil ) super(57) else super(57, data) end end |
Class Method Details
.field ⇒ Object
18450 18451 18452 |
# File 'lib/quickfix_fields.rb', line 18450 def TargetSubID.field return 57 end |