Class: Quickfix::RequestingPartyID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::RequestingPartyID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RequestingPartyID
constructor
A new instance of RequestingPartyID.
Constructor Details
#initialize(data = nil) ⇒ RequestingPartyID
Returns a new instance of RequestingPartyID.
21222 21223 21224 21225 21226 21227 21228 |
# File 'lib/quickfix_fields.rb', line 21222 def initialize(data = nil) if( data == nil ) super(1658) else super(1658, data) end end |