Class: Quickfix::RequestingPartyIDSource
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::RequestingPartyIDSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RequestingPartyIDSource
constructor
A new instance of RequestingPartyIDSource.
Constructor Details
#initialize(data = nil) ⇒ RequestingPartyIDSource
Returns a new instance of RequestingPartyIDSource.
21235 21236 21237 21238 21239 21240 21241 |
# File 'lib/quickfix_fields.rb', line 21235 def initialize(data = nil) if( data == nil ) super(1659) else super(1659, data) end end |