Class: Quickfix::PaymentStubRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStubRate

Returns a new instance of PaymentStubRate.



38668
38669
38670
38671
38672
38673
38674
# File 'lib/quickfix_fields.rb', line 38668

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