Class: Quickfix::SecondaryPriceLimitType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecondaryPriceLimitType

Returns a new instance of SecondaryPriceLimitType.



7065
7066
7067
7068
7069
7070
7071
# File 'lib/quickfix_fields.rb', line 7065

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

Class Method Details

.fieldObject



7062
7063
7064
# File 'lib/quickfix_fields.rb', line 7062

def SecondaryPriceLimitType.field
	return 1305
end