Class: Quickfix::LegPaymentStubLength

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStubLength

Returns a new instance of LegPaymentStubLength.



32753
32754
32755
32756
32757
32758
32759
# File 'lib/quickfix_fields.rb', line 32753

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