Class: Quickfix::LegProvisionPartyIDSource
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::LegProvisionPartyIDSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionPartyIDSource
constructor
A new instance of LegProvisionPartyIDSource.
Constructor Details
#initialize(data = nil) ⇒ LegProvisionPartyIDSource
Returns a new instance of LegProvisionPartyIDSource.
34248 34249 34250 34251 34252 34253 34254 |
# File 'lib/quickfix_fields.rb', line 34248 def initialize(data = nil) if( data == nil ) super(40535) else super(40535, data) end end |