Class: Quickfix::Nested4PartyRoleQualifier

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

Returns a new instance of Nested4PartyRoleQualifier.



57440
57441
57442
57443
57444
57445
57446
# File 'lib/quickfix_fields.rb', line 57440

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

Class Method Details

.fieldObject



57437
57438
57439
# File 'lib/quickfix_fields.rb', line 57437

def Nested4PartyRoleQualifier.field
  return 2383
end