Class: Quickfix::DerivativeIssueDate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeIssueDate

Returns a new instance of DerivativeIssueDate.



10510
10511
10512
10513
10514
10515
10516
# File 'lib/quickfix_fields.rb', line 10510

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

Class Method Details

.fieldObject



10507
10508
10509
# File 'lib/quickfix_fields.rb', line 10507

def DerivativeIssueDate.field
	return 1276
end