Class: Quickfix::LegPaymentStreamCapRateSellSide

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

Returns a new instance of LegPaymentStreamCapRateSellSide.



31726
31727
31728
31729
31730
31731
31732
# File 'lib/quickfix_fields.rb', line 31726

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

Class Method Details

.fieldObject



31723
31724
31725
# File 'lib/quickfix_fields.rb', line 31723

def LegPaymentStreamCapRateSellSide.field
  return 40341
end