Class: Quickfix::PartyDetailRoleQualifier

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

Returns a new instance of PartyDetailRoleQualifier.



21417
21418
21419
21420
21421
21422
21423
# File 'lib/quickfix_fields.rb', line 21417

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

Class Method Details

.fieldObject



21414
21415
21416
# File 'lib/quickfix_fields.rb', line 21414

def PartyDetailRoleQualifier.field
  return 1674
end