Class: Quickfix::TargetPartyIDSource
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::TargetPartyIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TargetPartyIDSource
constructor
A new instance of TargetPartyIDSource.
Constructor Details
#initialize(data = nil) ⇒ TargetPartyIDSource
Returns a new instance of TargetPartyIDSource.
5141 5142 5143 5144 5145 5146 5147 |
# File 'lib/quickfix_fields.rb', line 5141 def initialize(data = nil) if( data == nil ) super(1463) else super(1463, data) end end |
Class Method Details
.field ⇒ Object
5138 5139 5140 |
# File 'lib/quickfix_fields.rb', line 5138 def TargetPartyIDSource.field return 1463 end |