Class: Quickfix::LegComplexOptPayoutTime

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

Returns a new instance of LegComplexOptPayoutTime.



47521
47522
47523
47524
47525
47526
47527
# File 'lib/quickfix_fields.rb', line 47521

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

Class Method Details

.fieldObject



47518
47519
47520
# File 'lib/quickfix_fields.rb', line 47518

def LegComplexOptPayoutTime.field
	return 2225
end