Class: Quickfix::LegCoveredOrUncovered

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegCoveredOrUncovered

Returns a new instance of LegCoveredOrUncovered.



14514
14515
14516
14517
14518
14519
14520
# File 'lib/quickfix_fields.rb', line 14514

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

Class Method Details

.fieldObject



14511
14512
14513
# File 'lib/quickfix_fields.rb', line 14511

def LegCoveredOrUncovered.field
	return 565
end