Class: Quickfix::Nested2PartyRole

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ Nested2PartyRole

Returns a new instance of Nested2PartyRole.



19051
19052
19053
19054
19055
19056
19057
# File 'lib/quickfix_fields.rb', line 19051

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

Class Method Details

.fieldObject



19048
19049
19050
# File 'lib/quickfix_fields.rb', line 19048

def Nested2PartyRole.field
  return 759
end