Class: Quickfix::DerivativeOptPayAmount

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DerivativeOptPayAmount

Returns a new instance of DerivativeOptPayAmount.



16321
16322
16323
16324
16325
16326
16327
# File 'lib/quickfix_fields.rb', line 16321

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

Class Method Details

.fieldObject



16318
16319
16320
# File 'lib/quickfix_fields.rb', line 16318

def DerivativeOptPayAmount.field
  return 1225
end