Class: Quickfix::SettlObligMsgID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ SettlObligMsgID

Returns a new instance of SettlObligMsgID.



15476
15477
15478
15479
15480
15481
15482
# File 'lib/quickfix_fields.rb', line 15476

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

Class Method Details

.fieldObject



15473
15474
15475
# File 'lib/quickfix_fields.rb', line 15473

def SettlObligMsgID.field
	return 1160
end