Class: Quickfix::LegPaymentStreamPricingBusinessCalendar

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

Returns a new instance of LegPaymentStreamPricingBusinessCalendar.



50394
50395
50396
50397
50398
50399
50400
# File 'lib/quickfix_fields.rb', line 50394

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

Class Method Details

.fieldObject



50391
50392
50393
# File 'lib/quickfix_fields.rb', line 50391

def LegPaymentStreamPricingBusinessCalendar.field
	return 41585
end