Class: Quickfix::LegSecuritySubType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegSecuritySubType

Returns a new instance of LegSecuritySubType.



12564
12565
12566
12567
12568
12569
12570
# File 'lib/quickfix_fields.rb', line 12564

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

Class Method Details

.fieldObject



12561
12562
12563
# File 'lib/quickfix_fields.rb', line 12561

def LegSecuritySubType.field
	return 764
end