Class: Quickfix::UndlyInstrumentPartyIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UndlyInstrumentPartyIDSource

Returns a new instance of UndlyInstrumentPartyIDSource.



14215
14216
14217
14218
14219
14220
14221
# File 'lib/quickfix_fields.rb', line 14215

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

Class Method Details

.fieldObject



14212
14213
14214
# File 'lib/quickfix_fields.rb', line 14212

def UndlyInstrumentPartyIDSource.field
  return 1060
end