Class: Quickfix::Nested2PartyRole

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

Returns a new instance of Nested2PartyRole.



10380
10381
10382
10383
10384
10385
10386
# File 'lib/quickfix_fields.rb', line 10380

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

Class Method Details

.fieldObject



10377
10378
10379
# File 'lib/quickfix_fields.rb', line 10377

def Nested2PartyRole.field
  return 759
end