Class: Quickfix::PaymentStreamRateSpreadPositionType

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

Returns a new instance of PaymentStreamRateSpreadPositionType.



37628
37629
37630
37631
37632
37633
37634
# File 'lib/quickfix_fields.rb', line 37628

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

Class Method Details

.fieldObject



37625
37626
37627
# File 'lib/quickfix_fields.rb', line 37625

def PaymentStreamRateSpreadPositionType.field
  return 40795
end