Class: Quickfix::ProvisionPartySubIDType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ProvisionPartySubIDType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionPartySubIDType
constructor
A new instance of ProvisionPartySubIDType.
Constructor Details
#initialize(data = nil) ⇒ ProvisionPartySubIDType
Returns a new instance of ProvisionPartySubIDType.
29646 29647 29648 29649 29650 29651 29652 |
# File 'lib/quickfix_fields.rb', line 29646 def initialize(data = nil) if( data == nil ) super(40180) else super(40180, data) end end |