Class: Quickfix::ComplexOptPayoutAmount

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexOptPayoutAmount

Returns a new instance of ComplexOptPayoutAmount.



13903
13904
13905
13906
13907
13908
13909
# File 'lib/quickfix_fields.rb', line 13903

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

Class Method Details

.fieldObject



13900
13901
13902
# File 'lib/quickfix_fields.rb', line 13900

def ComplexOptPayoutAmount.field
  return 1485
end