Class: Quickfix::NestedPartyRoleQualifier

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

Returns a new instance of NestedPartyRoleQualifier.



57453
57454
57455
57456
57457
57458
57459
# File 'lib/quickfix_fields.rb', line 57453

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

Class Method Details

.fieldObject



57450
57451
57452
# File 'lib/quickfix_fields.rb', line 57450

def NestedPartyRoleQualifier.field
  return 2384
end