Class: Quickfix::LegMasterConfirmationAnnexDate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegMasterConfirmationAnnexDate

Returns a new instance of LegMasterConfirmationAnnexDate.



61470
61471
61472
61473
61474
61475
61476
# File 'lib/quickfix_fields.rb', line 61470

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

Class Method Details

.fieldObject



61467
61468
61469
# File 'lib/quickfix_fields.rb', line 61467

def LegMasterConfirmationAnnexDate.field
	return 2509
end