Class: Quickfix::MailingInst

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MailingInst

Returns a new instance of MailingInst.



3464
3465
3466
3467
3468
3469
3470
# File 'lib/quickfix_fields.rb', line 3464

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

Class Method Details

.fieldObject



3461
3462
3463
# File 'lib/quickfix_fields.rb', line 3461

def MailingInst.field
	return 482
end