Class: Quickfix::UnderlyingSettlPriceType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSettlPriceType

Returns a new instance of UnderlyingSettlPriceType.



9470
9471
9472
9473
9474
9475
9476
# File 'lib/quickfix_fields.rb', line 9470

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

Class Method Details

.fieldObject



9467
9468
9469
# File 'lib/quickfix_fields.rb', line 9467

def UnderlyingSettlPriceType.field
  return 733
end