Class: Quickfix::LegPaymentStreamMarketRate

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

Returns a new instance of LegPaymentStreamMarketRate.



30933
30934
30935
30936
30937
30938
30939
# File 'lib/quickfix_fields.rb', line 30933

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

Class Method Details

.fieldObject



30930
30931
30932
# File 'lib/quickfix_fields.rb', line 30930

def LegPaymentStreamMarketRate.field
  return 40280
end