Class: Quickfix::PaymentStreamPricingDayNumber

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

Returns a new instance of PaymentStreamPricingDayNumber.



45194
45195
45196
45197
45198
45199
45200
# File 'lib/quickfix_fields.rb', line 45194

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

Class Method Details

.fieldObject



45191
45192
45193
# File 'lib/quickfix_fields.rb', line 45191

def PaymentStreamPricingDayNumber.field
	return 41229
end