Class: Quickfix::UnderlyingPaymentStreamPricingDayNumber

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDayNumber

Returns a new instance of UnderlyingPaymentStreamPricingDayNumber.



55555
55556
55557
55558
55559
55560
55561
# File 'lib/quickfix_fields.rb', line 55555

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