Class: Quickfix::UndlyInstrumentPartyRole

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UndlyInstrumentPartyRole

Returns a new instance of UndlyInstrumentPartyRole.



14228
14229
14230
14231
14232
14233
14234
# File 'lib/quickfix_fields.rb', line 14228

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