Class: Quickfix::SettlMethodElectingPartySide

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ SettlMethodElectingPartySide

Returns a new instance of SettlMethodElectingPartySide.



68334
68335
68336
68337
68338
68339
68340
# File 'lib/quickfix_fields.rb', line 68334

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

Class Method Details

.fieldObject



68331
68332
68333
# File 'lib/quickfix_fields.rb', line 68331

def SettlMethodElectingPartySide.field
  return 42590
end