Class: Quickfix::SettlInstReqID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlInstReqID

Returns a new instance of SettlInstReqID.



10224
10225
10226
10227
10228
10229
10230
# File 'lib/quickfix_fields.rb', line 10224

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

Class Method Details

.fieldObject



10221
10222
10223
# File 'lib/quickfix_fields.rb', line 10221

def SettlInstReqID.field
	return 791
end