Class: Quickfix::UnderlyingAdditionalTermBondCouponType

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

Returns a new instance of UnderlyingAdditionalTermBondCouponType.



58194
58195
58196
58197
58198
58199
58200
# File 'lib/quickfix_fields.rb', line 58194

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

Class Method Details

.fieldObject



58191
58192
58193
# File 'lib/quickfix_fields.rb', line 58191

def UnderlyingAdditionalTermBondCouponType.field
  return 42028
end