Class: Quickfix::LegOptPayoutType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegOptPayoutType

Returns a new instance of LegOptPayoutType.



43075
43076
43077
43078
43079
43080
43081
# File 'lib/quickfix_fields.rb', line 43075

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