Class: Quickfix::UnderlyingProvisionPartyRoleQualifier

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionPartyRoleQualifier

Returns a new instance of UnderlyingProvisionPartyRoleQualifier.



60131
60132
60133
60134
60135
60136
60137
# File 'lib/quickfix_fields.rb', line 60131

def initialize(data = nil)
  if( data == nil )
    super(40918)
  else
    super(40918, data)
  end
end

Class Method Details

.fieldObject



60128
60129
60130
# File 'lib/quickfix_fields.rb', line 60128

def UnderlyingProvisionPartyRoleQualifier.field
  return 40918
end