Class: Quickfix::PaymentStubRate

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

Class Method Details

.fieldObject



38665
38666
38667
# File 'lib/quickfix_fields.rb', line 38665

def PaymentStubRate.field
  return 40875
end