Class: Quickfix::UnderlyingPhysicalSettlDeliverableObligationType

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

Returns a new instance of UnderlyingPhysicalSettlDeliverableObligationType.



58688
58689
58690
58691
58692
58693
58694
# File 'lib/quickfix_fields.rb', line 58688

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

Class Method Details

.fieldObject



58685
58686
58687
# File 'lib/quickfix_fields.rb', line 58685

def UnderlyingPhysicalSettlDeliverableObligationType.field
	return 42066
end