Class: Quickfix::UnderlyingSeniority

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSeniority

Returns a new instance of UnderlyingSeniority.



1683
1684
1685
1686
1687
1688
1689
# File 'lib/quickfix_fields.rb', line 1683

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

Class Method Details

.fieldObject



1680
1681
1682
# File 'lib/quickfix_fields.rb', line 1680

def UnderlyingSeniority.field
	return 1454
end