Class: Quickfix::OptPayoutAmount

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OptPayoutAmount

Returns a new instance of OptPayoutAmount.



14150
14151
14152
14153
14154
14155
14156
# File 'lib/quickfix_fields.rb', line 14150

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

Class Method Details

.fieldObject



14147
14148
14149
# File 'lib/quickfix_fields.rb', line 14147

def OptPayoutAmount.field
	return 1195
end