Class: Quickfix::PaymentStreamPricingBusinessCalendar

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamPricingBusinessCalendar

Returns a new instance of PaymentStreamPricingBusinessCalendar.



45051
45052
45053
45054
45055
45056
45057
# File 'lib/quickfix_fields.rb', line 45051

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

Class Method Details

.fieldObject



45048
45049
45050
# File 'lib/quickfix_fields.rb', line 45048

def PaymentStreamPricingBusinessCalendar.field
	return 41216
end