Class: Quickfix::UnderlyingInstrumentPartyRole

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingInstrumentPartyRole

Returns a new instance of UnderlyingInstrumentPartyRole.



19779
19780
19781
19782
19783
19784
19785
# File 'lib/quickfix_fields.rb', line 19779

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

Class Method Details

.fieldObject



19776
19777
19778
# File 'lib/quickfix_fields.rb', line 19776

def UnderlyingInstrumentPartyRole.field
  return 1061
end