Class: Quickfix::OptPayoutType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OptPayoutType

Returns a new instance of OptPayoutType.



14267
14268
14269
14270
14271
14272
14273
# File 'lib/quickfix_fields.rb', line 14267

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

Class Method Details

.fieldObject



14264
14265
14266
# File 'lib/quickfix_fields.rb', line 14264

def OptPayoutType.field
	return 1482
end