Class: Quickfix::LegOptAttribute

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegOptAttribute

Returns a new instance of LegOptAttribute.



18050
18051
18052
18053
18054
18055
18056
# File 'lib/quickfix_fields.rb', line 18050

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

Class Method Details

.fieldObject



18047
18048
18049
# File 'lib/quickfix_fields.rb', line 18047

def LegOptAttribute.field
	return 613
end