Class: Quickfix::SettlObligMsgID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlObligMsgID

Returns a new instance of SettlObligMsgID.



15411
15412
15413
15414
15415
15416
15417
# File 'lib/quickfix_fields.rb', line 15411

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

Class Method Details

.fieldObject



15408
15409
15410
# File 'lib/quickfix_fields.rb', line 15408

def SettlObligMsgID.field
	return 1160
end