Class: Quickfix::PaymentStreamCapRateBuySide

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

Returns a new instance of PaymentStreamCapRateBuySide.



37667
37668
37669
37670
37671
37672
37673
# File 'lib/quickfix_fields.rb', line 37667

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

Class Method Details

.fieldObject



37664
37665
37666
# File 'lib/quickfix_fields.rb', line 37664

def PaymentStreamCapRateBuySide.field
  return 40798
end