Class: Quickfix::LegPaymentStreamRateSpreadType

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

Returns a new instance of LegPaymentStreamRateSpreadType.



50264
50265
50266
50267
50268
50269
50270
# File 'lib/quickfix_fields.rb', line 50264

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

Class Method Details

.fieldObject



50261
50262
50263
# File 'lib/quickfix_fields.rb', line 50261

def LegPaymentStreamRateSpreadType.field
  return 41575
end