Class: Quickfix::UnderlyingFlowScheduleType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingFlowScheduleType

Returns a new instance of UnderlyingFlowScheduleType.



19077
19078
19079
19080
19081
19082
19083
# File 'lib/quickfix_fields.rb', line 19077

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