Class: Quickfix::OptPayoutType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OptPayoutType

Returns a new instance of OptPayoutType.



19610
19611
19612
19613
19614
19615
19616
# File 'lib/quickfix_fields.rb', line 19610

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