Class: Quickfix::TrdRepPartyRole

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

Returns a new instance of TrdRepPartyRole.



18427
18428
18429
18430
18431
18432
18433
# File 'lib/quickfix_fields.rb', line 18427

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

Class Method Details

.fieldObject



18424
18425
18426
# File 'lib/quickfix_fields.rb', line 18424

def TrdRepPartyRole.field
  return 1388
end