Class: Quickfix::NoPaymentSettls

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoPaymentSettls

Returns a new instance of NoPaymentSettls.



30283
30284
30285
30286
30287
30288
30289
# File 'lib/quickfix_fields.rb', line 30283

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

Class Method Details

.fieldObject



30280
30281
30282
# File 'lib/quickfix_fields.rb', line 30280

def NoPaymentSettls.field
	return 40230
end