Class: Quickfix::LegStreamTerminationDateRelativeTo

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegStreamTerminationDateRelativeTo

Returns a new instance of LegStreamTerminationDateRelativeTo.



30673
30674
30675
30676
30677
30678
30679
# File 'lib/quickfix_fields.rb', line 30673

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

Class Method Details

.fieldObject



30670
30671
30672
# File 'lib/quickfix_fields.rb', line 30670

def LegStreamTerminationDateRelativeTo.field
	return 40260
end