Class: Quickfix::LegSecuritySubType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegSecuritySubType

Returns a new instance of LegSecuritySubType.



10445
10446
10447
10448
10449
10450
10451
# File 'lib/quickfix_fields.rb', line 10445

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