Class: Quickfix::UnderlyingAllocationPercent

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingAllocationPercent

Returns a new instance of UnderlyingAllocationPercent.



15528
15529
15530
15531
15532
15533
15534
# File 'lib/quickfix_fields.rb', line 15528

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

Class Method Details

.fieldObject



15525
15526
15527
# File 'lib/quickfix_fields.rb', line 15525

def UnderlyingAllocationPercent.field
  return 972
end