Class: Quickfix::RootPartyIDSource
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::RootPartyIDSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RootPartyIDSource
constructor
A new instance of RootPartyIDSource.
Constructor Details
#initialize(data = nil) ⇒ RootPartyIDSource
Returns a new instance of RootPartyIDSource.
14930 14931 14932 14933 14934 14935 14936 |
# File 'lib/quickfix_fields.rb', line 14930 def initialize(data = nil) if( data == nil ) super(1118) else super(1118, data) end end |