Class: Quickfix::ProvisionPartyRole
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ProvisionPartyRole
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionPartyRole
constructor
A new instance of ProvisionPartyRole.
Constructor Details
#initialize(data = nil) ⇒ ProvisionPartyRole
Returns a new instance of ProvisionPartyRole.
29607 29608 29609 29610 29611 29612 29613 |
# File 'lib/quickfix_fields.rb', line 29607 def initialize(data = nil) if( data == nil ) super(40177) else super(40177, data) end end |