Class: Quickfix::LegPaymentStreamPricingDayNumber

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

Returns a new instance of LegPaymentStreamPricingDayNumber.



50537
50538
50539
50540
50541
50542
50543
# File 'lib/quickfix_fields.rb', line 50537

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

Class Method Details

.fieldObject



50534
50535
50536
# File 'lib/quickfix_fields.rb', line 50534

def LegPaymentStreamPricingDayNumber.field
	return 41598
end