Class: Quickfix::PaymentStreamCapRateSellSide

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamCapRateSellSide

Returns a new instance of PaymentStreamCapRateSellSide.



37680
37681
37682
37683
37684
37685
37686
# File 'lib/quickfix_fields.rb', line 37680

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