Class: Quickfix::ContractPriceRefMonth

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

Returns a new instance of ContractPriceRefMonth.



25577
25578
25579
25580
25581
25582
25583
# File 'lib/quickfix_fields.rb', line 25577

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

Class Method Details

.fieldObject



25574
25575
25576
# File 'lib/quickfix_fields.rb', line 25574

def ContractPriceRefMonth.field
	return 1953
end