Class: Quickfix::OptPayAmount

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OptPayAmount

Returns a new instance of OptPayAmount.



18089
18090
18091
18092
18093
18094
18095
# File 'lib/quickfix_fields.rb', line 18089

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

Class Method Details

.fieldObject



18086
18087
18088
# File 'lib/quickfix_fields.rb', line 18086

def OptPayAmount.field
  return 1195
end