Class: Quickfix::LegRedemptionDate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegRedemptionDate

Returns a new instance of LegRedemptionDate.



6870
6871
6872
6873
6874
6875
6876
# File 'lib/quickfix_fields.rb', line 6870

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

Class Method Details

.fieldObject



6867
6868
6869
# File 'lib/quickfix_fields.rb', line 6867

def LegRedemptionDate.field
	return 254
end