Class: Quickfix::LegPaymentStreamType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamType

Returns a new instance of LegPaymentStreamType.



30920
30921
30922
30923
30924
30925
30926
# File 'lib/quickfix_fields.rb', line 30920

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