Class: Quickfix::UndlyInstrumentPartyRole

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UndlyInstrumentPartyRole

Returns a new instance of UndlyInstrumentPartyRole.



15905
15906
15907
15908
15909
15910
15911
# File 'lib/quickfix_fields.rb', line 15905

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

Class Method Details

.fieldObject



15902
15903
15904
# File 'lib/quickfix_fields.rb', line 15902

def UndlyInstrumentPartyRole.field
  return 1061
end