Class: Quickfix::UnderlyingPriceDeterminationMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPriceDeterminationMethod



11238
11239
11240
11241
11242
11243
11244
# File 'lib/quickfix_fields.rb', line 11238

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

Class Method Details

.fieldObject



11235
11236
11237
# File 'lib/quickfix_fields.rb', line 11235

def UnderlyingPriceDeterminationMethod.field
  return 1481
end