Class: Quickfix::RequestingPartySubID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::RequestingPartySubID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RequestingPartySubID
constructor
A new instance of RequestingPartySubID.
Constructor Details
#initialize(data = nil) ⇒ RequestingPartySubID
21274 21275 21276 21277 21278 21279 21280 |
# File 'lib/quickfix_fields.rb', line 21274 def initialize(data = nil) if( data == nil ) super(1662) else super(1662, data) end end |