Class: Quickfix::DerivativeFloorPrice

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeFloorPrice

Returns a new instance of DerivativeFloorPrice.



17179
17180
17181
17182
17183
17184
17185
# File 'lib/quickfix_fields.rb', line 17179

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

Class Method Details

.fieldObject



17176
17177
17178
# File 'lib/quickfix_fields.rb', line 17176

def DerivativeFloorPrice.field
  return 1322
end