Class: Quickfix::UnderlyingSettlPriceType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSettlPriceType

Returns a new instance of UnderlyingSettlPriceType.



10042
10043
10044
10045
10046
10047
10048
# File 'lib/quickfix_fields.rb', line 10042

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

Class Method Details

.fieldObject



10039
10040
10041
# File 'lib/quickfix_fields.rb', line 10039

def UnderlyingSettlPriceType.field
  return 733
end