Class: Quickfix::SideReasonCd

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideReasonCd

Returns a new instance of SideReasonCd.



9782
9783
9784
9785
9786
9787
9788
# File 'lib/quickfix_fields.rb', line 9782

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

Class Method Details

.fieldObject



9779
9780
9781
# File 'lib/quickfix_fields.rb', line 9779

def SideReasonCd.field
	return 1007
end