Class: Quickfix::LegProvisionPartyRoleQualifier

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) ⇒ LegProvisionPartyRoleQualifier

Returns a new instance of LegProvisionPartyRoleQualifier.



57401
57402
57403
57404
57405
57406
57407
# File 'lib/quickfix_fields.rb', line 57401

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

Class Method Details

.fieldObject



57398
57399
57400
# File 'lib/quickfix_fields.rb', line 57398

def LegProvisionPartyRoleQualifier.field
  return 2380
end