Class: Quickfix::Nested2PartyRoleQualifier

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

Returns a new instance of Nested2PartyRoleQualifier.



57414
57415
57416
57417
57418
57419
57420
# File 'lib/quickfix_fields.rb', line 57414

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

Class Method Details

.fieldObject



57411
57412
57413
# File 'lib/quickfix_fields.rb', line 57411

def Nested2PartyRoleQualifier.field
  return 2381
end