Class: Quickfix::LegSecurityStatus

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegSecurityStatus

Returns a new instance of LegSecurityStatus.



42490
42491
42492
42493
42494
42495
42496
# File 'lib/quickfix_fields.rb', line 42490

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