Class: Quickfix::LegPaymentStubRate

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

Instance Method Summary collapse

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