Class: Quickfix::MultilegPriceMethod

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) ⇒ MultilegPriceMethod

Returns a new instance of MultilegPriceMethod.



18297
18298
18299
18300
18301
18302
18303
# File 'lib/quickfix_fields.rb', line 18297

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

Class Method Details

.fieldObject



18294
18295
18296
# File 'lib/quickfix_fields.rb', line 18294

def MultilegPriceMethod.field
  return 1378
end