Class: Quickfix::LegInterestAccrualDate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegInterestAccrualDate

Returns a new instance of LegInterestAccrualDate.



8287
8288
8289
8290
8291
8292
8293
# File 'lib/quickfix_fields.rb', line 8287

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

Class Method Details

.fieldObject



8284
8285
8286
# File 'lib/quickfix_fields.rb', line 8284

def LegInterestAccrualDate.field
	return 956
end