Class: Quickfix::SettlPartyRoleQualifier

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



57505
57506
57507
57508
57509
57510
57511
# File 'lib/quickfix_fields.rb', line 57505

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

Class Method Details

.fieldObject



57502
57503
57504
# File 'lib/quickfix_fields.rb', line 57502

def SettlPartyRoleQualifier.field
  return 2389
end