Class: Quickfix::Nested3PartyRoleQualifier

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

Returns a new instance of Nested3PartyRoleQualifier.



57427
57428
57429
57430
57431
57432
57433
# File 'lib/quickfix_fields.rb', line 57427

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

Class Method Details

.fieldObject



57424
57425
57426
# File 'lib/quickfix_fields.rb', line 57424

def Nested3PartyRoleQualifier.field
  return 2382
end