Class: Quickfix::TradSesReqID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradSesReqID

Returns a new instance of TradSesReqID.



14683
14684
14685
14686
14687
14688
14689
# File 'lib/quickfix_fields.rb', line 14683

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

Class Method Details

.fieldObject



14680
14681
14682
# File 'lib/quickfix_fields.rb', line 14680

def TradSesReqID.field
	return 335
end