Class: Quickfix::LegPaymentStreamRateSpreadPositionType

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

Returns a new instance of LegPaymentStreamRateSpreadPositionType.



31674
31675
31676
31677
31678
31679
31680
# File 'lib/quickfix_fields.rb', line 31674

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

Class Method Details

.fieldObject



31671
31672
31673
# File 'lib/quickfix_fields.rb', line 31671

def LegPaymentStreamRateSpreadPositionType.field
	return 40337
end