Class: Quickfix::LegNonDeliverableFixingDate

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) ⇒ LegNonDeliverableFixingDate

Returns a new instance of LegNonDeliverableFixingDate.



32077
32078
32079
32080
32081
32082
32083
# File 'lib/quickfix_fields.rb', line 32077

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

Class Method Details

.fieldObject



32074
32075
32076
# File 'lib/quickfix_fields.rb', line 32074

def LegNonDeliverableFixingDate.field
	return 40368
end