Class: Quickfix::NoUnderlyingPaymentStreamPricingBusinessCenters

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) ⇒ NoUnderlyingPaymentStreamPricingBusinessCenters

Returns a new instance of NoUnderlyingPaymentStreamPricingBusinessCenters.



55100
55101
55102
55103
55104
55105
55106
# File 'lib/quickfix_fields.rb', line 55100

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

Class Method Details

.fieldObject



55097
55098
55099
# File 'lib/quickfix_fields.rb', line 55097

def NoUnderlyingPaymentStreamPricingBusinessCenters.field
  return 41909
end