Class: Quickfix::LegPaymentStubType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStubType

Returns a new instance of LegPaymentStubType.



32740
32741
32742
32743
32744
32745
32746
# File 'lib/quickfix_fields.rb', line 32740

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