Class: Quickfix::LegPaymentStubRate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStubRate

Returns a new instance of LegPaymentStubRate.



32766
32767
32768
32769
32770
32771
32772
# File 'lib/quickfix_fields.rb', line 32766

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

Class Method Details

.fieldObject



32763
32764
32765
# File 'lib/quickfix_fields.rb', line 32763

def LegPaymentStubRate.field
  return 40421
end