Class: Quickfix::TargetPartyID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::TargetPartyID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TargetPartyID
constructor
A new instance of TargetPartyID.
Constructor Details
#initialize(data = nil) ⇒ TargetPartyID
Returns a new instance of TargetPartyID.
19350 19351 19352 19353 19354 19355 19356 |
# File 'lib/quickfix_fields.rb', line 19350 def initialize(data = nil) if( data == nil ) super(1462) else super(1462, data) end end |