Class: Quickfix::RelatedPartyDetailRoleQualifier

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

Returns a new instance of RelatedPartyDetailRoleQualifier.



21430
21431
21432
21433
21434
21435
21436
# File 'lib/quickfix_fields.rb', line 21430

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

Class Method Details

.fieldObject



21427
21428
21429
# File 'lib/quickfix_fields.rb', line 21427

def RelatedPartyDetailRoleQualifier.field
  return 1675
end