Class: Quickfix::PaymentStreamPricingDateType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamPricingDateType

Returns a new instance of PaymentStreamPricingDateType.



45155
45156
45157
45158
45159
45160
45161
# File 'lib/quickfix_fields.rb', line 45155

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