Class: Quickfix::TargetPartyID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::TargetPartyID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
5999 6000 6001 6002 6003 6004 6005 |
# File 'lib/quickfix_fields.rb', line 5999 def initialize(data = nil) if( data == nil ) super(1462) else super(1462, data) end end |
Class Method Details
.field ⇒ Object
5996 5997 5998 |
# File 'lib/quickfix_fields.rb', line 5996 def TargetPartyID.field return 1462 end |