Class: Quickfix::LegPaymentStreamPricingDateType

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

Returns a new instance of LegPaymentStreamPricingDateType.



50498
50499
50500
50501
50502
50503
50504
# File 'lib/quickfix_fields.rb', line 50498

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

Class Method Details

.fieldObject



50495
50496
50497
# File 'lib/quickfix_fields.rb', line 50495

def LegPaymentStreamPricingDateType.field
	return 41595
end